Returns true if cellId is the active (last) cell in the focused path.
true
cellId
bool isActiveCellId(String cellId) => focusedCells.isNotEmpty && focusedCells.last == cellId;