menu
common_utilities_flutter package
documentation
common_utilities.dart
ThemeHandler
updateTheme method
updateTheme method
dark_mode
light_mode
updateTheme
method
dynamic
updateTheme
(
AppTheme
theme
)
Implementation
updateTheme(AppTheme theme) { currentTheme = theme; notifyListeners(); }
common_utilities_flutter package
documentation
common_utilities
ThemeHandler
updateTheme method
ThemeHandler class