highlightedBorderColor property

Color? highlightedBorderColor
final

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

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

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

Implementation

final Color? highlightedBorderColor;