PathCommand class abstract

An abstract, immutable representation of a path verb and its associated points.

Path objects are collections of PathCommands. To create a path object, use a PathBuilder. To create a path object from an SVG path definition, use parseSvgPathData.

Implementers
Annotations
  • @immutable

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PathCommandType
The type of this path command.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFlutterString() String
A representation of this path command for dart:ui.
toString() String
A string representation of this object.
inherited
transformed(AffineMatrix matrix) PathCommand
Returns a new path command transformed by matrix.

Operators

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