withTension method

AreaChartSeries withTension(
  1. double value
)

Replaces AreaChartSeries.tension with value.

Implementation

AreaChartSeries withTension(double value) => copyWith(tension: value);