tableCells property
The contents and style of each cell in this row.
It's possible for a table to be non-rectangular, so some rows may have a different number of cells than other rows in the same table.
Implementation
core.List<TableCell>? tableCells;