selectionStart property
Observable starting point of a selection rectangle in graph coordinates.
Non-null when the user has initiated a drag selection. This is the point where the selection drag started, in graph/canvas coordinates. Uses GraphPosition for compile-time type safety.
Implementation
final Observable<GraphPosition?> selectionStart = Observable<GraphPosition?>(
null,
);