inactiveColor property

Color? inactiveColor
final

The color used if the checkbox is inactive.

By default, CupertinoColors.inactiveGray is used.

Implementation

final Color? inactiveColor;