in dispose in flutter stateful widget example the animation controller is called before the super.dispose() or after the super.dispose() ? and why ?
#flutter#widget#state
Answer
Overview
In Flutter, when you dispose of an
text
AnimationControllertext
dispose()text
super.dispose()