withAnimationMode method

PieChartStyle withAnimationMode(
  1. PieAnimationMode value
)

Replaces PieChartStyle.animationMode with value.

Implementation

PieChartStyle withAnimationMode(PieAnimationMode value) =>
    copyWith(animationMode: value);