children property

List<Widget> children
final

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;