hasSelection property

bool get hasSelection

Whether there is an ongoing selection.

Implementation

bool get hasSelection => status != SelectionStatus.none;