selectionStartPoint property
Observable starting point of a selection rectangle.
Non-null when the user has initiated a drag selection.
Implementation
final Observable<Offset?> selectionStartPoint = Observable<Offset?>(null);
Observable starting point of a selection rectangle.
Non-null when the user has initiated a drag selection.
final Observable<Offset?> selectionStartPoint = Observable<Offset?>(null);