children property

List<Widget> children
final

The list of child widgets to layout.

Children can be regular widgets or layout-specific widgets like FlexItem or AbsoluteItem depending on the layout algorithm used.

Implementation

final List<Widget> children;