children property Null safety
final
The widgets that comprise the cells in this row.
Children may be wrapped in TableCell widgets to provide per-cell configuration to the Table, but children are not required to be wrapped in TableCell widgets.
Implementation
final List<Widget>? children;