TweenVisitor< T> typedef
Signature for callbacks passed to AnimatedWidgetBaseState.forEachTween.
Implementation
typedef TweenVisitor<T> = Tween<T> Function(Tween<T> tween, T targetValue, TweenConstructor<T> constructor);
Signature for callbacks passed to AnimatedWidgetBaseState.forEachTween.
typedef TweenVisitor<T> = Tween<T> Function(Tween<T> tween, T targetValue, TweenConstructor<T> constructor);