menu
mediasfu_sdk
components_modern\core\widgets\modern_switch.dart
ModernSwitch
onChanged property
onChanged
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
>
onChanged
final
Called when the user toggles the switch.
Implementation
final ValueChanged<bool> onChanged;
mediasfu_sdk
modern_switch
ModernSwitch
onChanged property
ModernSwitch class