disabledColor property

Color? disabledColor
final

The fill color of the button when the button is disabled.

The default value of this color is the theme's disabled color, ThemeData.disabledColor.

See also:

  • color - the fill color of the button when the button is enabled.

Implementation

final Color? disabledColor;