children property
The list of child widgets to layout.
Each child should typically be wrapped in a FlexItem widget to control its flex behavior. Regular widgets work but won't have flex-specific properties.
Implementation
final List<Widget> children;