disabledColor property

String? disabledColor
final

The background color of the button when it is disabled.

If null, the button will typically appear faded or reduced in opacity.

Implementation

final String? disabledColor;