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