children property
The list of static child widgets to render within the collection.
This field holds the predefined widgets that will be displayed when using the default constructor. It is ignored in builder modes. Defaults to an empty list.
Implementation
final List<Widget> children;