children property

List<Widget> children
final

子组件列表 / Children list

堆叠的卡片组件列表 List of stacked card widgets

默认值: [] / Default: []

Implementation

final List<Widget> children;