diff --git a/lib/main.dart b/lib/main.dart index 726e9f0..06ae709 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -124,7 +124,6 @@ class AppMainContent extends StatelessWidget { final th = context.watch(); return MaterialApp.router( - debugShowCheckedModeBanner: false, theme: th.theme?.light, darkTheme: th.theme?.dark, locale: context.locale,