Flutter 针对这种场景提供了 Wrap widget,Wrap 的构造函数如下: ... @required this.text, }) : super(key: key); final String text; @override Widget ...
確定! 回上一頁