children property

List<TableRow> children
final

The rows of the table.

Every row in a table must have the same number of children.

Implementation

final List<TableRow> children;