onChanged property

void Function(bool)? onChanged
final

Callback, called when the user toggles the switch.

Implementation

final void Function(bool)? onChanged;