lineTo method

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

lineTo API.

Implementation

void lineTo(double x, double y) => ops.add(PwLineTo(x, y));