disposeAnimation method
void
disposeAnimation()
Disposes of the animation controller when it is no longer needed.
Implementation
void disposeAnimation() {
_animationController.dispose();
}
Disposes of the animation controller when it is no longer needed.
void disposeAnimation() {
_animationController.dispose();
}