utils\AppBar library

Functions

getGeneralAppBar(BuildContext context, LocaleProvider localeProvider, bool goBack) AppBar
Returns an AppBar receiving as an argument the context to access the providers, the localeProvider to implement the language button, and a boolean goBack that indicates if the AppBar should include the arrow icon to go to the previous page.
getTestAppBar(BuildContext context, String minutes, String seconds) AppBar
Returns the test screen AppBar receiving as an argument the context to access the providers, and the strings minutes and seconds that indicate how much time is left in the test.