onChanged property
final
A callback that is called when the value of the CupertinoCheckbox changes.
Implementation
final ValueChanged<bool> onChanged;
A callback that is called when the value of the CupertinoCheckbox changes.
final ValueChanged<bool> onChanged;