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