isCellFocused method

bool isCellFocused(
  1. String cellId
)

Returns true if cellId is anywhere in the focused cells path.

Implementation

bool isCellFocused(String cellId) => focusedCells.contains(cellId);