IntermediateGradient class

A new IntermediateGradient can be resolved to a discrete form of Gradient during tweens.

Inheritance
Available Extensions

Constructors

IntermediateGradient(PrimitiveGradient primitive, GradientPacket packet, {GradientCopyWith overrideCopyWith = spectrumCopyWith})
Considering the GradientPacket.gradient to output, packet of potential properties from both of two gradients, and the primitive of colors and stops formed from those same two gradients:

Properties

colors List<Color>
The colors the gradient should obtain at each of the stops.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
packet GradientPacket
This Packet holds onto two Gradients and a t keyframe.
final
primitive PrimitiveGradient
The most basic representation of a Gradient:
a list of colors and a list of stops.
final
resolved Gradient
Returns the literal Gradient result that this interpreted IntermediateGradient represents with its interpolated packet, a GradientPacket with its own t keyframe, and primitive basic gradient representation with colors and stops.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stops List<double>?
A list of values from 0.0 to 1.0 that denote fractions along the gradient.
finalinherited
transform GradientTransform?
The transform, if any, to apply to the gradient.
finalinherited

Methods

createShader(Rect rect, {TextDirection? textDirection}) Shader
Falls back to LinearGradient if type is not hard-coded.
override
lerpFrom(Gradient? a, double t) Gradient?
Linearly interpolates from another Gradient to this.
inherited
lerpTo(Gradient? b, double t) Gradient?
Linearly interpolates from this to another Gradient.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scale(double factor) IntermediateGradient
Returns a new gradient with its properties scaled by the given factor.
override
toString() String
A string representation of this object.
inherited

Operators

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