onChanged property

ValueChanged<bool>? onChanged
final

Called when the checkbox is tapped.

If null, the checkbox is read-only.

Implementation

final ValueChanged<bool>? onChanged;