AnimationUpdateCallBack<T> typedef

AnimationUpdateCallBack<T> = dynamic Function(T animationVal, double controllerVal)

Implementation

typedef AnimationUpdateCallBack<T> = Function(
    T animationVal, double controllerVal);