menu
flutter_androssy package
documentation
views/settings/view.dart
SettingsViewController
setSwitchConfig method
setSwitchConfig method
dark_mode
light_mode
setSwitchConfig
method
void
setSwitchConfig
(
SwitchConfig
value
)
Implementation
void setSwitchConfig(SwitchConfig value) { onNotifyWithCallback(() => switchConfig = value); }
flutter_androssy package
documentation
views/settings/view
SettingsViewController
setSwitchConfig method
SettingsViewController class