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