children property

List<Widget> children
final

The list of child widgets to display.

These widgets are arranged vertically within the list.

Implementation

final List<Widget> children;