Signature for a Tween factory.
This is the type of one of the arguments of TweenVisitor, the signature used by AnimatedWidgetBaseState.forEachTween.
Source
typedef Tween<T> TweenConstructor<T>(T targetValue);
Signature for a Tween factory.
This is the type of one of the arguments of TweenVisitor, the signature used by AnimatedWidgetBaseState.forEachTween.
typedef Tween<T> TweenConstructor<T>(T targetValue);