PathCommand class

Constructors

PathCommand(PathVerb verb, {required List<Vec2D> points})
PathCommand.close()
factory
PathCommand.cubic(Vec2D from, Vec2D controlOut, Vec2D controlIn, Vec2D to)
factory
PathCommand.line(Vec2D from, Vec2D to)
factory
PathCommand.move(Vec2D to)
factory
PathCommand.quad(Vec2D from, Vec2D control, Vec2D to)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
points List<Vec2D>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verb PathVerb
final

Methods

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

Operators

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