withEndLightnessShift method

RadialBarGradientStyle withEndLightnessShift(
  1. double value
)

Replaces RadialBarGradientStyle.endLightnessShift with value.

Implementation

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