Override dispose method and dispose the AnimationController instance.
@override
dispose() {
animationController.dispose(); // you need this
super.dispose();
}
Override dispose method and dispose the AnimationController instance.
@override
dispose() {
animationController.dispose(); // you need this
super.dispose();
}