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