onMouseHover property
A function that will be called when the pointer hovers over the widget.
Called with the PointerHoverEvent when the pointer hovers over the widget.
Implementation
final void Function(PointerHoverEvent event)? onMouseHover;
A function that will be called when the pointer hovers over the widget.
Called with the PointerHoverEvent when the pointer hovers over the widget.
final void Function(PointerHoverEvent event)? onMouseHover;