withStartLightnessShift method
- double value
Replaces RadialBarGradientStyle.startLightnessShift with value.
Implementation
RadialBarGradientStyle withStartLightnessShift(double value) =>
copyWith(startLightnessShift: value);
Replaces RadialBarGradientStyle.startLightnessShift with value.
RadialBarGradientStyle withStartLightnessShift(double value) =>
copyWith(startLightnessShift: value);