TweenConstructor<T> typedef

Tween<T> TweenConstructor (T targetValue)

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);