withAnimationMode method

PieChartTheme withAnimationMode(
  1. PieAnimationMode value
)

Replaces PieChartTheme.animationMode with value.

Implementation

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