GradientRule constructor
GradientRule({
- InterpolationPoint? maxpoint,
- InterpolationPoint? midpoint,
- InterpolationPoint? minpoint,
Implementation
GradientRule({
this.maxpoint,
this.midpoint,
this.minpoint,
});