selectionStarted property
Observable flag for whether the user has indicated selection intent.
When true, shows selection cursor to indicate that the user can initiate a selection rectangle. Typically set when Shift key is held.
Implementation
final Observable<bool> selectionStarted = Observable(false);