children property

List<Widget> children
final

The widgets below this widget in the tree.

If this list is going to be mutated, it is usually wise to put Keys on the widgets, so that the framework can match old configurations to new configurations and maintain the underlying render objects.

Implementation

final List<Widget> children;