none constant

No animation.

Implementation

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