Returns true if the cell identified by cellId is currently selected.
true
cellId
bool isCellSelected(String cellId) => selectedCellIds.contains(cellId);