onChanged property

ValueChanged<bool?>? onChanged
final

Called when the user toggles the checkbox/switch.

Implementation

final ValueChanged<bool?>? onChanged;