设置子控件间距使用SizedBox保持固定间距Row( children: <Widget>[ Text("1"), SizedBox(width: ... 如果不用行的话,还可以使用Wrap并指定spacing.
確定! 回上一頁