withPathAnimation method

AreaChartSeries withPathAnimation(
  1. PathAnimationStyle value
)

Replaces AreaChartSeries.pathAnimation with value.

Implementation

AreaChartSeries withPathAnimation(PathAnimationStyle value) =>
    copyWith(pathAnimation: value);