ChartTween<T> constructor
ChartTween<T> (})
Implementation
ChartTween(
this._begin,
this._end, {
bool allowCross = false,
this.duration = const Duration(milliseconds: 800),
this.reverseDuration,
this.behavior = AnimationBehavior.normal,
this.curve = Curves.easeInOut,
this.lowerBound = 0,
this.upperBound = 1,
this.delay = Duration.zero,
}) : super(_begin) {
_allowCross = allowCross;
}