Flutterflutter 旋转组件 使用 RotationTransition 旋转组件 new RotationTransition( turns: new AlwaysStoppedAnimation(15 / 360), child: new Text("Lorem ipsum"), ) 效果如下: 使用 RotateBox 旋转组件: new Rotate……继续阅读 » 7个月前 (08-06) 147浏览 0评论 0个赞