hasStartedSelection property

bool get hasStartedSelection

Gets whether the user has indicated selection intent.

When true, shows selection cursor to indicate selection mode is available.

Implementation

bool get hasStartedSelection => selectionStarted.value;