hoverStyle property

TextStyle? get hoverStyle

The style merged into style while the pointer hovers over a match (web/desktop). When null, matches have no hover effect.

Implementation

TextStyle? get hoverStyle => _hoverStyle;