sweep constant
ChartAnimationPreset
const sweep
Pie/donut sweeps the arc from 0°.
Implementation
static const ChartAnimationPreset sweep = ChartAnimationPreset(
duration: Duration(milliseconds: 700),
curve: Curves.easeOutBack,
type: ChartAnimationType.sweep,
);