menu
termui package
documentation
ui/widgets/interactive_widgets.dart
Switch
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
void Function
(
bool
newValue
)
onChanged
final
The callback triggered when the state changes.
Implementation
final void Function(bool newValue) onChanged;
termui package
documentation
ui/widgets/interactive_widgets
Switch
onChanged property
Switch class