withEndLightnessShift method
- double value
Replaces GaugeGradientStyle.endLightnessShift with value.
Implementation
GaugeGradientStyle withEndLightnessShift(double value) =>
copyWith(endLightnessShift: value);
Replaces GaugeGradientStyle.endLightnessShift with value.
GaugeGradientStyle withEndLightnessShift(double value) =>
copyWith(endLightnessShift: value);