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