PathSegmentData class

Constructors

PathSegmentData()

Properties

arcAngle double
getter/setter pair
arcLarge bool
getter/setter pair
arcRadii → _PathOffset
no setter
arcSweep bool
getter/setter pair
command ↔ SvgPathSegType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
largeArcFlag bool
no setter
point1 ↔ _PathOffset
getter/setter pair
point2 ↔ _PathOffset
getter/setter pair
r1 double
no setter
r2 double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sweepFlag bool
no setter
targetPoint ↔ _PathOffset
getter/setter pair
x double
no setter
x1 double
no setter
x2 double
no setter
y double
no setter
y1 double
no setter
y2 double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited