onMouseHover property

void Function(PointerHoverEvent event)? onMouseHover
final

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;