isResizing property
bool
get
isResizing
Checks if any resize operation is in progress.
Returns true when a node or annotation is being resized.
Implementation
bool get isResizing => resizingNodeId.value != null;