withAnimationTheme method
- AnimationTheme value
Replaces ChartTheme.animationTheme with value.
Implementation
ChartTheme withAnimationTheme(AnimationTheme value) =>
copyWith(animationTheme: value);
Replaces ChartTheme.animationTheme with value.
ChartTheme withAnimationTheme(AnimationTheme value) =>
copyWith(animationTheme: value);