withColor method
- Color value
Replaces PieChartSeries.color with value.
Implementation
PieChartSeries withColor(Color value) => copyWith(color: value);
Replaces PieChartSeries.color with value.
PieChartSeries withColor(Color value) => copyWith(color: value);