📅  最后修改于: 2022-03-11 14:57:51.759000             🧑  作者: Mango
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')
]
)