withEndLightnessShift method

RadarGradientStyle withEndLightnessShift(
  1. double value
)

Replaces RadarGradientStyle.endLightnessShift with value.

Implementation

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