rotate method

  1. @Native<Void Function(Pointer<Void>, Double)>(Pointer<Void>, Double)>(symbol: 'Canvas::rotate', isLeaf: true)
void rotate(
  1. double radians
)

Add a rotation to the current transform. The argument is in radians clockwise.

Implementation

@Native<Void Function(Pointer<Void>, Double)>(symbol: 'Canvas::rotate', isLeaf: true)
external void rotate(double radians);