import 'dart:math' as math; Transform.rotate( angle: 180 * math.pi / 180, child: IconButton( icon: Icon( Icons.play, color: Colors.white, ), onPressed: null, ), ),