checkColor property
final
The color to use for the check icon when this checkbox is checked.
Defaults to Color(0xFFFFFFFF).
Implementation
final Color? checkColor;
The color to use for the check icon when this checkbox is checked.
Defaults to Color(0xFFFFFFFF).
final Color? checkColor;