selectedBGColor property

Color? selectedBGColor
final

The color to use when this checkbox is checked.

Defaults to ThemeData.toggleableActiveColor.

Implementation

final Color? selectedBGColor;