withBorderLightnessShift method

DonutChartStyle withBorderLightnessShift(
  1. double value
)

Replaces DonutChartStyle.borderLightnessShift with value.

Implementation

DonutChartStyle withBorderLightnessShift(double value) =>
    copyWith(borderLightnessShift: value);