initializing

This commit is contained in:
2024-03-28 22:48:08 +01:00
parent 5d17cc83e6
commit fcab51f7ab
+1 -10
View File
@@ -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(),
);
}