Adds multiple rows to the table.
Table rows(List<List<Object?>> rows) { for (final r in rows) { row(r); } return this; }