Adds a row to the table.
Table row(List<Object?> cells) { _rows.add(cells.map((c) => c?.toString() ?? '').toList()); return this; }