withAnimationMode method

BarChartStyle withAnimationMode(
  1. BarAnimationMode value
)

Replaces BarChartStyle.animationMode with value.

Implementation

BarChartStyle withAnimationMode(BarAnimationMode value) =>
    copyWith(animationMode: value);