activeColor property
final
The color to use when this checkbox is checked.
If fillColor returns a non-null color in the WidgetState.selected state, fillColor will be used instead of activeColor.
Defaults to CupertinoColors.activeBlue.
Implementation
final Color? activeColor;