menu
arcane_jaspr package
documentation
component/input/toggle_switch.dart
ToggleSwitch
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
void Function
(
bool
)
?
onChanged
final
Callback when the switch is toggled
Implementation
final void Function(bool)? onChanged;
arcane_jaspr package
documentation
component/input/toggle_switch
ToggleSwitch
onChanged property
ToggleSwitch class