afterAnimate method
Implementation
@protected
void afterAnimate() {
if (setToAfterAnimate != null) {
transformationController!.value = setToAfterAnimate!;
setToAfterAnimate = null;
}
scrollbarController?.onScrollEnd();
}
@protected
void afterAnimate() {
if (setToAfterAnimate != null) {
transformationController!.value = setToAfterAnimate!;
setToAfterAnimate = null;
}
scrollbarController?.onScrollEnd();
}