children property Null safety
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<TableRow> children;
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.
final List<TableRow> children;