disabledColor property Null safety
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. Must not be null.
Implementation
final Color disabledColor;