lineTo method Null safety
Adds a straight line segment from the current point to the given point.
Implementation
@FfiNative<Void Function(Pointer<Void>, Float, Float)>('Path::lineTo', isLeaf: true)
external void lineTo(double x, double y);
Adds a straight line segment from the current point to the given point.
@FfiNative<Void Function(Pointer<Void>, Float, Float)>('Path::lineTo', isLeaf: true)
external void lineTo(double x, double y);