onChanged property

ValueChanged<bool>? onChanged
final

Called when the value of the checkbox should change.

Implementation

final ValueChanged<bool>? onChanged;