MouseTrackerHitTest typedef

MouseTrackerHitTest = HitTestResult Function(Offset offset, int viewId)

Signature for hit testing at the given offset for the specified view.

It is used by the MouseTracker to fetch annotations for the mouse position.

Implementation

typedef MouseTrackerHitTest = HitTestResult Function(Offset offset, int viewId);