checkColor property

MaterialStateProperty<Color?>? checkColor
final

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

Resolves in the following states:

If specified, overrides the default value of Checkbox.checkColor.

Implementation

final MaterialStateProperty<Color?>? checkColor;