children property

List<Widget> children
final

The widgets below this widget in the tree.

A child widget will not be built until the index associated with it is specified. When the index associated with the widget is specified again, the built widget is returned.

Implementation

final List<Widget> children;