selectionCount property
int
get
selectionCount
The number of selected items.
Implementation
int get selectionCount => _selectedItems.length;
The number of selected items.
int get selectionCount => _selectedItems.length;