onChanged property
A callback function that is called when the check box state is changed
Implementation
final ValueChanged<bool?>? onChanged;
A callback function that is called when the check box state is changed
final ValueChanged<bool?>? onChanged;