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