currentSelectionRect property

GraphRect? get currentSelectionRect

Gets the current selection rectangle in graph coordinates.

Returns null if no selection is active.

Implementation

GraphRect? get currentSelectionRect => selectionRect.value;