withBorderColor method
- Color value
Replaces DonutChartStyle.borderColor with value.
Implementation
DonutChartStyle withBorderColor(Color value) => copyWith(borderColor: value);
Replaces DonutChartStyle.borderColor with value.
DonutChartStyle withBorderColor(Color value) => copyWith(borderColor: value);