isAnnotationSelected method

bool isAnnotationSelected(
  1. String annotationId
)

Checks if an annotation is currently selected.

Parameters:

  • annotationId: The ID of the annotation to check

Returns true if the annotation is selected, otherwise false.

Implementation

bool isAnnotationSelected(String annotationId) =>
    annotations.isAnnotationSelected(annotationId);