withAnimationMode method

PolarColumnStyle withAnimationMode(
  1. PolarColumnAnimationMode value
)

Replaces PolarColumnStyle.animationMode with value.

Implementation

PolarColumnStyle withAnimationMode(PolarColumnAnimationMode value) =>
    copyWith(animationMode: value);