rotate method
- 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);
Add a rotation to the current transform. The argument is in radians clockwise.
@Native<Void Function(Pointer<Void>, Double)>(symbol: 'Canvas::rotate', isLeaf: true)
external void rotate(double radians);