draw constant

Line/area draws from left to right.

Implementation

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