From fcab51f7ab134929b3f90caa1957a9d93140275d Mon Sep 17 00:00:00 2001 From: Herwig Birke Date: Thu, 28 Mar 2024 22:48:08 +0100 Subject: [PATCH] initializing --- lib/main.dart | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index c636f81..2633213 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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(), ); }