OnAnimatedChange typedef

OnAnimatedChange = void Function(double animateValue, double diff, int currentIndex, int nextInddex)

Implementation

typedef OnAnimatedChange = void Function(double animateValue,double diff,int currentIndex,int nextInddex);