PointerEnterEventListener typedef

PointerEnterEventListener = void Function(PointerEnterEvent event)

Signature for listening to PointerEnterEvent events.

Used by MouseTrackerAnnotation, MouseRegion and RenderMouseRegion.

Implementation

typedef PointerEnterEventListener = void Function(PointerEnterEvent event);