isAllSelected property
bool
get
isAllSelected
Returns true if all items are currently selected.
Implementation
bool get isAllSelected => _allItems.isNotEmpty && _allItems.every((item) => _selectedValues.contains(item.value));