isCellSelected method

bool isCellSelected(
  1. String cellId
)

Returns true if the cell identified by cellId is currently selected.

Implementation

bool isCellSelected(String cellId) => selectedCellIds.contains(cellId);