onChanged property
Called when the checkbox is tapped.
If null, the checkbox is read-only.
Implementation
final ValueChanged<bool>? onChanged;
Called when the checkbox is tapped.
If null, the checkbox is read-only.
final ValueChanged<bool>? onChanged;