parentCheckboxColor property

Color? parentCheckboxColor
final

Color of Parent CheckBox

By default the value of CheckboxThemeData.fillColor is used. If that is also null, then ThemeData.disabledColor is used in the disabled state, ColorScheme.secondary is used in the selected state, and ThemeData.unselectedWidgetColor is used in the default state.

Implementation

final Color? parentCheckboxColor;