relativeMoveTo method Null safety
Starts a new sub-path at the given offset from the current point.
Implementation
@FfiNative<Void Function(Pointer<Void>, Float, Float)>('Path::relativeMoveTo', isLeaf: true)
external void relativeMoveTo(double dx, double dy);