moveTo method Null safety
Starts a new sub-path at the given coordinate.
Implementation
@FfiNative<Void Function(Pointer<Void>, Float, Float)>('Path::moveTo', isLeaf: true)
external void moveTo(double x, double y);
Starts a new sub-path at the given coordinate.
@FfiNative<Void Function(Pointer<Void>, Float, Float)>('Path::moveTo', isLeaf: true)
external void moveTo(double x, double y);