withColor method

RangeAreaChartSeries withColor(
  1. Color value
)

Replaces RangeAreaChartSeries.color with value.

Implementation

RangeAreaChartSeries withColor(Color value) => copyWith(color: value);