selectionCount property

int get selectionCount

The number of selected items.

Implementation

int get selectionCount => _selectedItems.length;