selectionCount property
int
get
selectionCount
Returns the number of selected items.
Implementation
int get selectionCount => selectedItems.length;
Returns the number of selected items.
int get selectionCount => selectedItems.length;