onAnnotationMouseEnter property
Callback invoked when mouse enters an annotation.
Implementation
final void Function(Annotation annotation)? onAnnotationMouseEnter;
Callback invoked when mouse enters an annotation.
final void Function(Annotation annotation)? onAnnotationMouseEnter;