selectionStartPoint property

GraphPosition? get selectionStartPoint

Gets the starting point of the selection rectangle in graph coordinates (package-private).

Returns null if no selection is being drawn. This is where the user first pressed to begin the selection drag.

Implementation

GraphPosition? get selectionStartPoint => interaction.selectionStartPoint;