MinimalStrokesTrait class abstract mixin

Implementers

Constructors

MinimalStrokesTrait()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeAlign StrokeAlign?
Position of stroke relative to vector outline, as a string enum.
no setter
strokeDashes List<num>
An array of floating point numbers describing the pattern of dash length and gap lengths that the vector stroke will use when drawn.
no setter
strokeJoin StrokeJoin
A string enum with value of "MITER", "BEVEL", or "ROUND", describing how corners in vector paths are rendered.
no setter
strokes List<Paint>
An array of stroke paints applied to the node.
no setter
strokeWeight num
The weight of strokes on the node.
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.
inherited

Operators

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