withBorderWidth method

DonutChartStyle withBorderWidth(
  1. double value
)

Replaces DonutChartStyle.borderWidth with value.

Implementation

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