onChanged property

ValueChanged<bool>? onChanged
final

Called whenever the state of the checkbox changes. If null, the checkbox will be considered disabled

Implementation

final ValueChanged<bool>? onChanged;