SvgGradientNode class
A node in an SVG asset that defines an SvgGradientColor. See https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/painting.html#Gradients .
- Implemented types
Constructors
- SvgGradientNode.new(String? parentID, SvgGradientColor gradient)
Properties
- blendMode → SIBlendMode?
-
Return null; a gradient is not rendered, so it cannot blend.
no setteroverride
- exportedID → String?
-
Get the exported ID value, or null.
no setteroverride
- gradient ↔ SvgGradientColor
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID value used to look up this node. See also
SvgDOM.resetIDLookup.
getter/setter pairoverride
- idIsExported ↔ bool
-
Is the ID exported? Exported IDs are specified when reading
an SVG; only nodes with exported IDs will have corresponding
ExportedID
values.getter/setter pairoverride - parentID ↔ String?
-
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
-
toString(
) → String -
Give a human-readable representation of this node, for debugging and
exploration.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited