isHovering property
final
Whether the input field is being hovered over by a mouse pointer.
Determines the container fill color, which is a blend of InputDecoration.hoverColor with InputDecoration.fillColor when true, and InputDecoration.fillColor when not.
Defaults to false.
Implementation
final bool isHovering;