withStartLightnessShift method

PolarColumnGradientStyle withStartLightnessShift(
  1. double value
)

Replaces PolarColumnGradientStyle.startLightnessShift with value.

Implementation

PolarColumnGradientStyle withStartLightnessShift(double value) =>
    copyWith(startLightnessShift: value);