overhaul using a trip struct that notifies its ui dependencies
This commit is contained in:
@@ -13,7 +13,7 @@ class App extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
title: APP_NAME,
|
||||
home: BasePage(mainScreen: "map"),
|
||||
theme: ThemeData(useMaterial3: true, colorSchemeSeed: Colors.green),
|
||||
theme: ThemeData(useMaterial3: true, colorSchemeSeed: Colors.red[600]),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user