lineTo method
- double x,
- double y
Adds a straight line segment from the current point to the given point.
Implementation
void lineTo(double x, double y) native 'Path_lineTo';
Adds a straight line segment from the current point to the given point.
void lineTo(double x, double y) native 'Path_lineTo';