selected property

Observable<bool> get selected

Reactive observable for the annotation's selection state.

When true, the annotation displays selection feedback (border/highlight).

Implementation

Observable<bool> get selected => _selected;