flutter_sprites
dart:ui
Path
moveTo
moveTo
flutter_sprites
dart:ui
Path
moveTo
method
moveTo
Source
flutter_sprites
dart:ui
Path
Constructors
Path
Properties
fillType
hashCode
runtimeType
Operators
operator ==
Methods
addArc
addOval
addPath
addPolygon
addRect
addRRect
arcTo
close
conicTo
contains
cubicTo
extendWithPath
lineTo
moveTo
noSuchMethod
quadraticBezierTo
relativeConicTo
relativeCubicTo
relativeLineTo
relativeMoveTo
relativeQuadraticBezierTo
reset
shift
toString
transform
void
moveTo
(
double
x
,
double
y
)
Starts a new subpath at the given coordinate.
Source
void moveTo(double x, double y) native "Path_moveTo";