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
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