SvgGradientStop class
An SVG gradient stop. See https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/painting.html#Gradients .
Constructors
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