disabledColor property

Color disabledColor
final

The color of the button's background when the button is disabled.

Ignored if the CupertinoButton doesn't also have a color.

Defaults to CupertinoColors.quaternarySystemFill when color is specified.

Implementation

final Color disabledColor;