relativeMoveTo method Null safety

  1. @FfiNative<Void Function(Pointer<Void>, Float, Float)>(Pointer<Void>, Float, Float)>('Path::relativeMoveTo', isLeaf: true)
void relativeMoveTo(
  1. double dx,
  2. double dy
)
FfiNative<Void Function(Pointer<Void>, Float, Float)>(Pointer<Void>, Float, Float)>('Path::relativeMoveTo', isLeaf: true)">@FfiNative<Void Function(Pointer<Void>, Float, Float)>(Pointer<Void>, Float, Float)>('Path::relativeMoveTo', isLeaf: true)

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);