Theme Configuration
-
Configuration:
- The dark/light theme configuration is managed in
lib/core/themes/app_theme.dart
.
- The dark/light theme configuration is managed in
-
Usage:
- To switch themes, use the
ThemeProvider
class found inlib/providers/theme_provider.dart
.
- To switch themes, use the