Returns true if cellId is anywhere in the focused cells path.
true
cellId
bool isCellFocused(String cellId) => focusedCells.contains(cellId);