checkColor property
final
The color to use for the check icon when this checkbox is checked.
If null, then the value of CupertinoColors.white is used.
Implementation
final Color? checkColor;
The color to use for the check icon when this checkbox is checked.
If null, then the value of CupertinoColors.white is used.
final Color? checkColor;