fillColor property
final
The color that fills the checkbox.
Resolves in the following states:
If null, then the value of activeColor is used in the selected state. If that is also null, the value of CheckboxThemeData.fillColor is used. If that is also null, then the default value is used.
Implementation
final MaterialStateProperty<Color?>? fillColor;