activeColor property Null safety
final
The color to use when a Checkbox is checked.
When null, defaults to Theme.of(context).toggleableActiveColor
.
Implementation
final Color? activeColor;
The color to use when a Checkbox is checked.
When null, defaults to Theme.of(context).toggleableActiveColor
.
final Color? activeColor;