none constant
ChartAnimationPreset
const none
No animation.
Implementation
static const ChartAnimationPreset none = ChartAnimationPreset(
duration: Duration.zero,
curve: Curves.linear,
type: ChartAnimationType.none,
);