fixed a context used across async gap warning and removed comments
This commit is contained in:
@@ -24,7 +24,6 @@ class AppThemes {
|
||||
brightness: Brightness.light, // Explicitly set for a light theme
|
||||
);
|
||||
|
||||
// Create the ThemeData from the ColorScheme
|
||||
return ThemeData.from(
|
||||
colorScheme: colorScheme,
|
||||
useMaterial3: true, // Recommended for modern Flutter apps
|
||||
|
Reference in New Issue
Block a user