onAnnotationSelected property
Called when an annotation's selection state changes.
Receives the selected annotation, or null if selection was cleared.
Implementation
final ValueChanged<Annotation?>? onAnnotationSelected;
Called when an annotation's selection state changes.
Receives the selected annotation, or null if selection was cleared.
final ValueChanged<Annotation?>? onAnnotationSelected;