@override Widget build(Context context) { return SizedBox.expand( child: FittedBox( fit: fit, child: Transform.rotateBox( angle: angle, child: child, ), ), ); }