withAnimationMode method

RadarSeriesStyle withAnimationMode(
  1. RadarAnimationMode value
)

Replaces RadarSeriesStyle.animationMode with value.

Implementation

RadarSeriesStyle withAnimationMode(RadarAnimationMode value) =>
    copyWith(animationMode: value);