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