moveTo method

void moveTo(
  1. double x,
  2. double y
)

moveTo API.

Implementation

void moveTo(double x, double y) => ops.add(PwMoveTo(x, y));