withStartLightnessShift method

GaugeGradientStyle withStartLightnessShift(
  1. double value
)

Replaces GaugeGradientStyle.startLightnessShift with value.

Implementation

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