fixed a context used across async gap warning and removed comments

This commit is contained in:
asif
2025-08-27 20:34:11 +05:30
parent 9f6b35d3eb
commit f65507a706
3 changed files with 52 additions and 53 deletions

View File

@@ -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