CssGradientStop class
Represents a color stop in a gradient.
Constructors
- CssGradientStop(CssColor color, [CssLength? offset])
-
Creates a new gradient color stop.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCss(
) → String - Converts the stop to its CSS string representation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited