withStyle method

AreaChartSeries withStyle(
  1. SeriesStyle value
)

Replaces AreaChartSeries.style with value.

Implementation

AreaChartSeries withStyle(SeriesStyle value) => copyWith(style: value);