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