D.assert(tween != null);
D.assert(curve != null);
D.assert(builder != null);
this.tween = tween;
this.child = child;
this.builder = builder;
}
base.initState();
if (_currentTween.begin.Equals( _currentTween.end)) {
if (!_currentTween.begin.Equals( _currentTween.end)) {
controller.forward();
widget.tween.end,
(value) =>{
D.assert(false);
return null; }) as Tween<T>;
return null;
}) as Tween<T>;
public override Widget build(BuildContext context) {