isSelectionMode property
bool
get
isSelectionMode
Whether any item is selected.
Implementation
bool get isSelectionMode => _selected.isNotEmpty;
Whether any item is selected.
bool get isSelectionMode => _selected.isNotEmpty;