withColor method

AreaChartSeries withColor(
  1. Color value
)

Replaces AreaChartSeries.color with value.

Implementation

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