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