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