hasSelectedItems property
bool
get
hasSelectedItems
Whether any items are selected.
Implementation
bool get hasSelectedItems => _selectedItems.isNotEmpty;
Whether any items are selected.
bool get hasSelectedItems => _selectedItems.isNotEmpty;