overlayColor property

MaterialStateProperty<Color?>? overlayColor
final

The color for the checkbox's Material.

Resolves in the following states:

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

Implementation

final MaterialStateProperty<Color?>? overlayColor;