onSelected property

ValueChanged<Annotation?>? onSelected
final

Called when an annotation's selection state changes Receives the selected annotation, or null if selection was cleared

Implementation

final ValueChanged<Annotation?>? onSelected;