isResizing property
bool
get
isResizing
Whether any annotation is currently being resized.
Implementation
bool get isResizing => _resizingAnnotationId.value != null;
Whether any annotation is currently being resized.
bool get isResizing => _resizingAnnotationId.value != null;