menu
sst_base package
documentation
ui/component/app_theme_notifier.dart
AppThemeNotifier
update method
update method
dark_mode
light_mode
update
method
void
update
(
AppTheme
value
)
Update the theme
Implementation
void update(AppTheme value) { theme.value = value; }
sst_base package
documentation
ui/component/app_theme_notifier
AppThemeNotifier
update method
AppThemeNotifier class