I need to add image rotate option in above control bar. (image_painter)
ImagePainter.memory(
Base64Decoder().convert(_logoBase64),
key: GlobalKey<ImagePainterState>(),
scalable: true,
initialStrokeWidth: 10,
initialColor: Colors.red,
initialPaintMode: PaintMode.freeStyle,
clearAllIcon: null,
),