From 48e80b56bfb3bcbee5b8f1c58709b8916e9d3a63 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Sat, 30 Dec 2023 13:53:18 +0200 Subject: [PATCH] Changed appbar to amber --- lib/main.dart | 3 +++ 1 file changed, 3 insertions(+) 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