withEndLightnessShift method

GaugeGradientStyle withEndLightnessShift(
  1. double value
)

Replaces GaugeGradientStyle.endLightnessShift with value.

Implementation

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