withStartLightnessShift method

RadarGradientStyle withStartLightnessShift(
  1. double value
)

Replaces RadarGradientStyle.startLightnessShift with value.

Implementation

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