onChanged property
Callback invoked when the checkbox is toggled. If null, the checkbox is non-interactive but still visible.
Implementation
final ValueChanged<bool>? onChanged;
Callback invoked when the checkbox is toggled. If null, the checkbox is non-interactive but still visible.
final ValueChanged<bool>? onChanged;