VectorImagePathDefinition class

A Vector path element (

Inheritance

Constructors

VectorImagePathDefinition({required String path, DrawingParameters? drawingParameters})
path (string) REQUIRED : path definition ('d' attribute) drawingParameters (DrawingParameters) : drawing parameters for this Circle

Properties

drawingParameters DrawingParameters?
Drawing parameters for this element
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
pathElements List<PathElement>
Elements of this path
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paintIntoCanvas(Canvas targetCanvas, DrawingParameters? parentDrawingParameters) → void
override
toString() String
A string representation of this object.
inherited

Operators

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