withPathAnimation method

LineChartSeries withPathAnimation(
  1. PathAnimationStyle value
)

Replaces LineChartSeries.pathAnimation with value.

Implementation

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