disabledColor property

Color disabledColor
final

The color of the button when it is disabled.

By default, the disabled color is set to Color.fromRGBO(138, 138, 138, 1).

Implementation

final Color disabledColor;