selectedCount property
int
get
selectedCount
Implementation
int get selectedCount => selectionIsCellMode ? _selCells.length : _selRows.length;
int get selectedCount => selectionIsCellMode ? _selCells.length : _selRows.length;