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