withBorderWidth method

PieChartStyle withBorderWidth(
  1. double value
)

Replaces PieChartStyle.borderWidth with value.

Implementation

PieChartStyle withBorderWidth(double value) => copyWith(borderWidth: value);