disabledColor property

Color? disabledColor
final

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

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

Defaults to CupertinoColors.quaternarySystemFill when color is specified. Must not be null.

Implementation

final Color? disabledColor;