当 wrap 过短时会居中显示,可以添加 Sizedbox 为其指定宽度。

 SizedBox(
          width: double.infinity,
          child: Wrap(...)