angle: -45 * (math.pi / 180.0), child: RaisedButton( child: Text("Rotated button"), onPressed: () {}, ), ); Copy. We add a widget that is rotated.
確定! 回上一頁