isDrawingSelection property
bool
get
isDrawingSelection
Checks if a selection rectangle is being drawn.
Returns true when the user is actively drag-selecting nodes.
Implementation
bool get isDrawingSelection => selectionRectangle.value != null;