menu
dtwidget package
documentation
components/toggle/dt_toggle.dart
DTToggle
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;
dtwidget package
documentation
components/toggle/dt_toggle
DTToggle
onChanged property
DTToggle class