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