menu
smart_pagination package
documentation
pagination.dart
SmartSearchMultiController<T>
isItemSelected method
isItemSelected method
dark_mode
light_mode
isItemSelected
method
bool
isItemSelected
(
T
item
)
Checks if an item is selected.
Implementation
bool isItemSelected(T item) { return _selectedItems.contains(item); }
smart_pagination package
documentation
pagination
SmartSearchMultiController<T>
isItemSelected method
SmartSearchMultiController class