Fluttercenter text vertically and horizontally 水平竖直居中Text 使用 TextAlign.center 来设置设置水平居中。 使用 Center 来设置竖直居中 完整代码: child: Center( child: Text( "Hello World", textAlign: TextAlign.ce……继续阅读 » 7个月前 (08-10) 60浏览 0评论 0个赞