Implemented deletion button

This commit is contained in:
2025-07-03 13:07:01 +02:00
parent e45fc8abc8
commit 5389ce1d44
3 changed files with 96 additions and 31 deletions

View File

@@ -65,6 +65,7 @@ class _AppState extends State<App> with WidgetsBindingObserver {
return supportedLocales.first;
},
theme: CupertinoThemeData(
applyThemeToAll: true,
brightness: Brightness.dark,
primaryColor: CustomTheme.primaryColor,
scaffoldBackgroundColor: CustomTheme.backgroundColor,