hoverColor property

Color? hoverColor
final

The color to blend with the decoration's fillColor with, if the decoration is being hovered over by a mouse pointer.

By default the hoverColor is based on the current Theme.

The decoration's container is the area, defined by the border's InputBorder.getOuterPath, which is filled if filled is true and bordered per the border.

The container will be filled when hovered over even if filled is false.

Implementation

final Color? hoverColor;