selectedRowCount property

  1. @override
int selectedRowCount
override

Called to obtain the number of rows that are currently selected.

If the selected row count changes, call notifyListeners.

Selected rows are those whose DataRow.selected property is set to true.

Implementation

@override
int get selectedRowCount => 0;