Steps class abstract
These Steps work a little bit differently than standard Gradients.
The Gradient.colors & Gradient.stops properties are duplicated to
create hard-edge transitions instead of smooth ones.
- Inheritance
- Implementers
- Available extensions
Constructors
Properties
- asGradient → Gradient
-
Resolve these
Stepsto its smoothGradientcounterpart by colors and stops duplication, considering softness.no setter - asNill → Gradient
-
Available on Gradient, provided by the NillGradients extension
Gradient get asNill => nillify( /* this. */ runtimeType);no setter - begin → AlignmentGeometry
-
Available on Gradient, provided by the GradientUtils extension
If this is a linear-typeGradient, returnsthis.begin. Otherwise the fallback retrun value is Alignment.center.no setter - center → AlignmentGeometry
-
Available on Gradient, provided by the GradientUtils extension
If this is a radial- or sweep-typeGradient, returnsthis.center. Otherwise the fallback retrun value is Alignment.center.no setter -
colors
→ List<
Color> -
The colors the gradient should obtain at each of the stops.
finalinherited
- distance → double
-
Available on Gradient, provided by the GradientUtils extension
If this is aShadedSteps-typeGradient, returnsthis.distance. Otherwise the fallback retrun value is0.0.no setter - end → AlignmentGeometry
-
Available on Gradient, provided by the GradientUtils extension
If this is a linear-typeGradient, returnsthis.end. Otherwise the fallback retrun value is Alignment.center.no setter - endAngle → double
-
Available on Gradient, provided by the GradientUtils extension
If this is a sweep-typeGradient, returnsthis.endAngle. Otherwise the fallback retrun value is0.0.no setter - focal → AlignmentGeometry?
-
Available on Gradient, provided by the GradientUtils extension
If this is a radial-typeGradient, returnsthis.focalwhich may benull. Otherwise the fallback retrun value isnull.no setter - focalRadius → double
-
Available on Gradient, provided by the GradientUtils extension
If this is a radial-typeGradient, returnsthis.focalRadius. Otherwise the fallback retrun value is0.0.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- radius → double
-
Available on Gradient, provided by the GradientUtils extension
If this is a radial-typeGradient, returnsthis.radius. Otherwise the fallback retrun value is0.0.no setter - reversed → Gradient
-
Available on Gradient, provided by the GradientUtils extension
Returns a copy of thisGradientwith itsList<Color>colors reversed as well as any potential stops.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadeFactor → double
-
Available on Gradient, provided by the GradientUtils extension
If this is aShadedSteps-typeGradient, returnsthis.shadeFactor. Otherwise the fallback retrun value is0.no setter - shadeFunction → ColorArithmetic
-
Available on Gradient, provided by the GradientUtils extension
If this is aShadedSteps-typeGradient, returnsthis.shadeFunction. Otherwise the fallback retrun value is Shades.withWhite.no setter - softness → double
-
An incredibly small
doubleto provide as anadditivefor each second entry when duplicating stops for thisSteps.final - softness → double
-
Available on Gradient, provided by the GradientUtils extension
If this is a Steps-typeGradient, returnsthis.softness. Otherwise the fallback retrun value is0.0.no setter - startAngle → double
-
Available on Gradient, provided by the GradientUtils extension
If this is a sweep-typeGradient, returnsthis.startAngle. Otherwise the fallback retrun value is0.0.no setter -
steppedColors
→ List<
Color> -
A duplicated list of colors by
CopyColors.no setter -
steppedColors
→ List<
Color> -
Available on Gradient, provided by the GradientUtils extension
If this is a Steps-typeGradient, returnsthis.steppedColors. Otherwise the fallback retrun value is colors.no setter -
steppedStops
→ List<
double> -
A duplicated list of stops by
CopyStops(which may benull, in which casestopsOrImpliedis employed).no setter -
steppedStops
→ List<
double> ? -
Available on Gradient, provided by the GradientUtils extension
If this is a Steps-typeGradient, returnsthis.steppedStops. Otherwise the fallback retrun value is stops.no setter -
stops
→ List<
double> ? -
A list of values from 0.0 to 1.0 that denote fractions along the gradient.
finalinherited
- tileMode → TileMode
-
How these
Stepsshould tile the plane beyond the region before its starting stop and after its ending stop.final - tileMode → TileMode
-
Available on Gradient, provided by the GradientUtils extension
How thisGradienttiles in the plane beyond the region before its starting stop and after its ending stop.no setter - transform → GradientTransform?
-
The transform, if any, to apply to the gradient.
finalinherited
Methods
-
animate(
{required Animation< double> controller, Map<GradientAnimation, dynamic> storyboard = const {}, GradientCopyWith overrideCopyWith = spectrumCopyWith}) → Gradient -
Available on Gradient, provided by the GradientUtils extension
Returns the AnimatedGradient.observe animatedGradientoutput from anew AnimatedGradientconstructed bythisgradient and the provided parameters. -
copyWith(
{List< Color> ? colors, List<double> ? stops, GradientTransform? transform, TileMode? tileMode, AlignmentGeometry? begin, AlignmentGeometry? end, AlignmentGeometry? center, double? radius, AlignmentGeometry? focal, double? focalRadius, double? startAngle, double? endAngle, double? softness, ColorArithmetic? shadeFunction, double? shadeFactor, double? distance}) → Gradient -
Available on Gradient, provided by the GradientUtils extension
📋 Returns a new copy of thisGradientwith any appropriate optional parameters overriding those ofthis. -
createShader(
Rect rect, {TextDirection? textDirection}) → Shader -
Resolve these
Stepsto its smoothGradientcounterpart, then use that gradient'screateShader()method.override -
lerpFrom(
Gradient? a, double t) → Gradient? -
Linearly interpolates from another Gradient to
this.inherited -
lerpTo(
Gradient? b, double t) → Gradient? -
Linearly interpolates from
thisto another Gradient.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scale(
double factor) → Gradient -
Returns a new gradient with its properties scaled by the given factor.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withOpacity(
double opacity) → Gradient -
Returns a new Gradient with each color set to the given opacity.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited