isSelectionMode property

bool get isSelectionMode

Whether any item is selected.

Implementation

bool get isSelectionMode => _selected.isNotEmpty;