Skip to content
Snippets Groups Projects
Commit 47d1f94f authored by MichelleKehl's avatar MichelleKehl
Browse files

appbar

parent 9fee9be7
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,11 @@ class _AppScaffoldState extends State<AppScaffold> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
appBar: AppBar(
title: const Text('Trackeroo',
style: TextStyle(color: Colors.black)),
backgroundColor: Colors.white,
),
body: screens[index],
bottomNavigationBar: NavigationBarTheme(
data: NavigationBarThemeData(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment