rotate method

void rotate(
  1. double radius
)

Directly calls Canvas.rotate

Implementation

void rotate(double radius) => canvas.rotate(radius);