Implemented Views + View for avg
This commit is contained in:
+4
-1
@@ -31,7 +31,7 @@ class MyApp extends StatelessWidget {
|
||||
)
|
||||
],
|
||||
child: MaterialApp(
|
||||
title: 'Flutter Demo',
|
||||
title: 'Mensa Dashboard',
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: ThemeData(
|
||||
colorScheme: const ColorScheme(
|
||||
@@ -46,6 +46,9 @@ class MyApp extends StatelessWidget {
|
||||
brightness: Brightness.light,
|
||||
tertiary: Color.fromRGBO(251, 216, 17, 1),
|
||||
onTertiary: Color.fromRGBO(60, 60, 60, 1)),
|
||||
appBarTheme: const AppBarTheme(
|
||||
iconTheme: IconThemeData(color: Color.fromRGBO(240, 240, 240, 1))
|
||||
),
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: const MyHome()),
|
||||
|
||||
Reference in New Issue
Block a user