PointerHoverEventListener typedef

PointerHoverEventListener = void Function(PointerHoverEvent event)

Signature for listening to PointerHoverEvent events.

Used by MouseTrackerAnnotation, MouseRegion and RenderMouseRegion.

Implementation

typedef PointerHoverEventListener = void Function(PointerHoverEvent event);