initializing
This commit is contained in:
+1
-10
@@ -23,17 +23,8 @@ class MyApp extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
// theme: theme,
|
||||
theme: theme,
|
||||
title: 'Multimedia',
|
||||
// theme: ThemeData.dark().copyWith(
|
||||
// useMaterial3: true,
|
||||
// colorScheme: ColorScheme.fromSeed(
|
||||
// seedColor: const Color.fromARGB(255, 147, 229, 250),
|
||||
// brightness: Brightness.dark,
|
||||
// surface: const Color.fromARGB(255, 42, 51, 59),
|
||||
// ),
|
||||
// scaffoldBackgroundColor: const Color.fromARGB(255, 50, 58, 60),
|
||||
// ),
|
||||
home: const TabsScreen(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user