CHOO CHOO ICONNNNN

This commit is contained in:
2024-01-04 22:58:59 +02:00
parent 100645fa20
commit e16431f30b
46 changed files with 112 additions and 83 deletions

View File

@@ -22,7 +22,7 @@ class MyAppState extends State<MyApp> {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: "Entry Point",
title: "WITL App",
theme: ThemeData(
primarySwatch: Colors.blue,
primaryColor: Colors.white,
@@ -35,16 +35,15 @@ class MyAppState extends State<MyApp> {
primarySwatch: Colors.blue,
primaryColor: Colors.black,
brightness: Brightness.dark,
dividerColor: Colors.black12,
dividerColor: Colors.white38,
scaffoldBackgroundColor: const Color(0xFF131313),
),
themeMode: _theme,
// Navigashun with Routes
// Base "Home" Route
initialRoute: '/',
initialRoute: '/home',
// Possible Routes
routes: {