withAnimationMode method
- PieAnimationMode value
Replaces PieChartStyle.animationMode with value.
Implementation
PieChartStyle withAnimationMode(PieAnimationMode value) =>
copyWith(animationMode: value);
Replaces PieChartStyle.animationMode with value.
PieChartStyle withAnimationMode(PieAnimationMode value) =>
copyWith(animationMode: value);