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