withEndLightnessShift method

PolarColumnGradientStyle withEndLightnessShift(
  1. double value
)

Replaces PolarColumnGradientStyle.endLightnessShift with value.

Implementation

PolarColumnGradientStyle withEndLightnessShift(double value) =>
    copyWith(endLightnessShift: value);