hitTestAnnotations method
Hit test annotations at a specific position This is a delegating method for the editor's hit testing
Implementation
Annotation? hitTestAnnotations(Offset graphPosition) {
return annotations.internalHitTestAnnotations(graphPosition);
}