withBorderLightnessShift method
- double value
Replaces DonutChartStyle.borderLightnessShift with value.
Implementation
DonutChartStyle withBorderLightnessShift(double value) =>
copyWith(borderLightnessShift: value);
Replaces DonutChartStyle.borderLightnessShift with value.
DonutChartStyle withBorderLightnessShift(double value) =>
copyWith(borderLightnessShift: value);