diff --git a/lib/main.dart b/lib/main.dart index e87baf2..5d308a8 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -14,6 +14,9 @@ class MyApp extends StatelessWidget { title: "Entry Point", theme: ThemeData( primarySwatch: Colors.blue, + appBarTheme: AppBarTheme( + color: Colors.amber[100], + ), ), // Navigashun with Routes