children property

List<AdaptiveContainer> children
final

The List of AdaptiveContainer. Adaptive container neeeds to be used because the widget has a columnSpan parameter. This parameter represents the amount of columns this widget should incompass.

By default it is set to 1.

Implementation

final List<AdaptiveContainer> children;