grow constant
ChartAnimationPreset
const grow
Bars grow upward from the baseline (default for bar charts).
Implementation
static const ChartAnimationPreset grow = ChartAnimationPreset(
duration: Duration(milliseconds: 600),
curve: Curves.easeOutCubic,
type: ChartAnimationType.grow,
);