withBorderWidth method
- double value
Replaces PieChartStyle.borderWidth with value.
Implementation
PieChartStyle withBorderWidth(double value) => copyWith(borderWidth: value);
Replaces PieChartStyle.borderWidth with value.
PieChartStyle withBorderWidth(double value) => copyWith(borderWidth: value);