withPathAnimation method
- PathAnimationStyle value
Replaces AreaChartSeries.pathAnimation with value.
Implementation
AreaChartSeries withPathAnimation(PathAnimationStyle value) =>
copyWith(pathAnimation: value);
Replaces AreaChartSeries.pathAnimation with value.
AreaChartSeries withPathAnimation(PathAnimationStyle value) =>
copyWith(pathAnimation: value);