focusColor property

Color? focusColor
final

The fill color of the button's Material when it has the input focus.

The button changed focus color when the button has the input focus. It appears behind the button's child.

Implementation

final Color? focusColor;