FlutterFlutter List View 居中 问题: Flutter 如何让 List View 的Cell内容居中? 解决方法: 同时水平和竖直居中: Scaffold( appBar: new AppBar(), body: Center( child: new ListView( shrinkWrap: true, padding: const……继续阅读 » 3周前 (12-26) 27浏览 0评论 0个赞