checkColor property

Color? checkColor
final

The color to use for the check icon when this checkbox is checked.

If null, then the value of CheckboxThemeData.checkColor is used. If that is also null, then Color(0xFFFFFFFF) is used.

Implementation

final Color? checkColor;