disabledBorderColor property

Color? disabledBorderColor
final

The outline border's color when the button is not enabled.

By default the outline border's color does not change when the button is disabled.

This field is ignored if BorderSide.color is a MaterialStateProperty<Color>.

Implementation

final Color? disabledBorderColor;