📅  最后修改于: 2022-03-11 14:48:02.794000             🧑  作者: Mango
RotationTransition(
turns: AlwaysStoppedAnimation(-20 / 360),
//it will rotate 20 degree, remove (-) to rotate -20 degree
child: Card(
child: Text("FlutterCampus.com")
)
)