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