withAnimationTheme method

ChartTheme withAnimationTheme(
  1. AnimationTheme value
)

Replaces ChartTheme.animationTheme with value.

Implementation

ChartTheme withAnimationTheme(AnimationTheme value) =>
    copyWith(animationTheme: value);