children property

List<Widget> children
final

子组件集合,和 CustomMultiChildLayout 一样,你必须使用 LayoutId 标识它们

Implementation

final List<Widget> children;