Changed appbar to amber
This commit is contained in:
@@ -14,6 +14,9 @@ class MyApp extends StatelessWidget {
|
|||||||
title: "Entry Point",
|
title: "Entry Point",
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
primarySwatch: Colors.blue,
|
primarySwatch: Colors.blue,
|
||||||
|
appBarTheme: AppBarTheme(
|
||||||
|
color: Colors.amber[100],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
// Navigashun with Routes
|
// Navigashun with Routes
|
||||||
|
|||||||
Reference in New Issue
Block a user