onAnnotationMouseEnter property

void Function(Annotation annotation)? onAnnotationMouseEnter
final

Callback invoked when mouse enters an annotation.

Implementation

final void Function(Annotation annotation)? onAnnotationMouseEnter;