children property

List<ReorderableTableRow> children
final

The rows of the table.

Every row in a table must have the same number of children, and all the children must be non-null.

Implementation

final List<ReorderableTableRow> children;