image widget flutter code example
Example 1: transform widget in flutter
Transform.rotate( angle: 1.0, child: Container( height: 200.0, width: 200.0, color: Colors.pink, ),),
Example 2: flutter show widget with animation
//Check this out
https://www.smashingmagazine.com/2019/10/animation-apps-flutter/