menu
cupertino_native package
documentation
components/switch.dart
CNSwitch
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
>
onChanged
final
Callback invoked when the user toggles the value.
Implementation
final ValueChanged<bool> onChanged;
cupertino_native package
documentation
components/switch
CNSwitch
onChanged property
CNSwitch class