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