📜  如何在颤动中旋转图标或文本 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:38.841000             🧑  作者: Mango

代码示例1
Transform.rotate(
                 angle: 50, //set the angel 
                 child: Icon(Icons.format_bold,size: 50,
                 color: Colors.white,
                 ),
               ),