menu
darkstorm_common package
documentation
ui/updating_switch_tile.dart
UpdatingSwitch
UpdatingSwitch.new const constructor
UpdatingSwitch.new const constructor
dark_mode
light_mode
UpdatingSwitch
constructor
const
UpdatingSwitch
(
{
required
bool
value
,
required
dynamic
onChanged
(
bool
),
Key
?
key
,
})
Implementation
const UpdatingSwitch({required this.value, required this.onChanged, super.key});
darkstorm_common package
documentation
ui/updating_switch_tile
UpdatingSwitch
UpdatingSwitch.new const constructor
UpdatingSwitch class