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