onChanged property

ValueChanged<bool?>? onChanged
final

A callback function that is called when the check box state is changed

Implementation

final ValueChanged<bool?>? onChanged;