hasSelection property

bool get hasSelection

Whether any item is selected. Reactive.

Implementation

bool get hasSelection => selectedCount > 0;