SvgGradientNode class SVG DOM

Implemented types

Constructors

SvgGradientNode(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
A string representation of this object.
inherited

Operators

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