children property
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;
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.
final List<Widget> children;