withStartLightnessShift method

RadialBarGradientStyle withStartLightnessShift(
  1. double value
)

Replaces RadialBarGradientStyle.startLightnessShift with value.

Implementation

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