animProgress property
double
get
animProgress
The current animation progress 0..1 — read this in painters.
Implementation
double get animProgress =>
_chartAnimationInitialized ? _chartAnimCtrl.progress : 1.0;