hoverColor property

Color? hoverColor
final

The fill color of the button's Material when a pointer is hovering over it.

The button changes fill color when a pointer is hovering over the button. It appears behind the button's child.

Implementation

final Color? hoverColor;