ChartDoubleTween.fromAnimator constructor
ChartDoubleTween.fromAnimator(
- AnimatorProps animator, {
- bool allowCross = false,
Implementation
ChartDoubleTween.fromAnimator(
AnimatorProps animator, {
bool allowCross = false,
}) : super(
animator.lowerBound,
animator.upperBound,
duration: animator.duration,
behavior: animator.behavior,
reverseDuration: animator.reverseDuration,
curve: animator.curve,
delay: Duration.zero,
);