flip widget horizontal flutter code example
Example: transform widget in flutter
Transform.rotate( angle: 1.0, child: Container( height: 200.0, width: 200.0, color: Colors.pink, ),),
Transform.rotate( angle: 1.0, child: Container( height: 200.0, width: 200.0, color: Colors.pink, ),),