📜  颤振列填充 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:59.450000             🧑  作者: Mango

代码示例5
Wrap(
  spacing: 20, // to apply margin in the main axis of the wrap
  runSpacing: 20, // to apply margin in the cross axis of the wrap
  children: [
     Text('child 1'),
     Text('child 2')
  ]
)