children property

List<Widget>? children
final

相当于给child 套用 ColumnRowStack

Implementation

final List<Widget>? children;