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