children property

List<Widget> children
final

List of children widgets.

If this is null <Widget>[] will be used.

Implementation

final List<Widget> children;