menu
admiralui_flutter package
documentation
theme/app_theme_provider.dart
AppThemeProviderWrapperState
setTheme method
setTheme method
dark_mode
light_mode
setTheme
method
void
setTheme
(
AppTheme
theme
)
Implementation
void setTheme(AppTheme theme) { setState(() { _theme = theme; }); }
admiralui_flutter package
documentation
theme/app_theme_provider
AppThemeProviderWrapperState
setTheme method
AppThemeProviderWrapperState class