onChanged property

ValueChanged<bool> onChanged
final

A callback that is called when the value of the CupertinoCheckbox changes.

Implementation

final ValueChanged<bool> onChanged;