Changed appbar to amber

This commit is contained in:
2023-12-30 13:53:18 +02:00
parent a84c68b01e
commit 48e80b56bf

View File

@@ -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