GradientStop class Styling

One colour stop of a GradientFill: color placed at position along the gradient (0.0 = start, 1.0 = end). A gradient needs at least two stops.

Constructors

GradientStop(double position, ExcelColor color)
Creates a stop placing color at position (expected 0.0-1.0).
const

Properties

color ExcelColor
The colour at this stop.
final
hashCode int
The hash code for this object.
no setteroverride
position double
Where the stop sits along the gradient, from 0.0 (start) to 1.0 (end).
final
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.
override