withStyle method
- SeriesStyle value
Replaces AreaChartSeries.style with value.
Implementation
AreaChartSeries withStyle(SeriesStyle value) => copyWith(style: value);
Replaces AreaChartSeries.style with value.
AreaChartSeries withStyle(SeriesStyle value) => copyWith(style: value);