children property

List<Widget> children
final

The child widgets to display in the collapsible container.

Typically includes a CollapsibleTrigger as the first child, followed by one or more CollapsibleContent widgets. The widgets are arranged in a vertical column with configurable alignment.

Implementation

final List<Widget> children;