totalSelectionCount property
int
get
totalSelectionCount
The number of selected keys (including pending ones).
Implementation
int get totalSelectionCount => _selectedKeys.length;
The number of selected keys (including pending ones).
int get totalSelectionCount => _selectedKeys.length;