Returns true if the row with rowId is currently selected.
true
rowId
bool isRowSelected(double rowId) => selectedRowIds.contains(rowId);