clearAnimationMode method

PieChartStyle clearAnimationMode()

Clears PieChartStyle.animationMode to null.

Implementation

PieChartStyle clearAnimationMode() => copyWith(clearAnimationMode: true);