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