diff --git a/example/lib/shared/const/store.dart b/example/lib/shared/const/store.dart index 4c18ac98..c1648521 100644 --- a/example/lib/shared/const/store.dart +++ b/example/lib/shared/const/store.dart @@ -203,7 +203,7 @@ class Store { // Key used to read and save the useMaterial3 value. static const String keyUseMaterial3 = 'useMaterial3'; // Default value for the useMaterial3, also to reset settings. - static const bool defaultUseMaterial3 = true; + static const bool defaultUseMaterial3 = false; // Key used to read and save the useKeyColors value. static const String keyUseKeyColors = 'useKeyColors';