menu
phoenix_switch package
documentation
switch_button_base.dart
BaseSwitchButton
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
>
?
onChanged
final
Called when the user toggles the switch on or off.
Implementation
final ValueChanged<bool>? onChanged;
phoenix_switch package
documentation
switch_button_base
BaseSwitchButton
onChanged property
BaseSwitchButton class