activeColor property

Color? activeColor
final

The color to use when a Checkbox is checked.

When null, defaults to Theme.of(context).toggleableActiveColor.

Implementation

final Color? activeColor;