morph constant

ChartAnimationPreset const morph

Data values morph from old to new when the series is updated.

Implementation

static const ChartAnimationPreset morph = ChartAnimationPreset(
  duration: Duration(milliseconds: 400),
  curve: Curves.easeInOut,
  type: ChartAnimationType.morph,
);