SvgGradientStop class

Constructors

SvgGradientStop(double? _offset, SvgColor? _color, int? _alpha, {String? id, String styleClass = ''})

Properties

alpha int
The alpha, or 0xff if it is not set. See alphaIsSet. alpha cannot return null due to backwards compatibility constraints.
no setter
alphaIsSet bool
no setter
color SvgColor
The offset, or black if it is not set. See colorIsSet. color cannot return null due to backwards compatibility constraints.
no setter
colorIsSet bool
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The id of this stop for looking up sytlesheets
getter/setter pair
offset double
The offset, or 0 if it is not set. See offsetIsSet. offset cannot return null due to backwards compatibility constraints.
no setter
offsetIsSet bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleClass String
The class of this stop for applying stylesheets
final
tagName String
no setter

Methods

getStopStyle() SvgGradientStopStyle?
Get the style attributes for this stop, or null if none are set
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