disabledColor property
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;
The background color of the button when it is disabled.
If null, the button will typically appear faded or reduced in opacity.
final String? disabledColor;