withBorderLightnessShift method

PieChartStyle withBorderLightnessShift(
  1. double value
)

Replaces PieChartStyle.borderLightnessShift with value.

Implementation

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