isVisible property
Observable<bool>
get
isVisible
Reactive observable for the annotation's visibility state.
When false, the annotation is hidden from the canvas.
Implementation
Observable<bool> get isVisible => _isVisible;