rotateImage method

dynamic rotateImage(
  1. double degree
)

Implementation

rotateImage(double degree) {
  _element!._rotateObject(degree);
}