Calls listener every time the status of the animation changes.
Listeners can be removed with removeStatusListener.
Source
void addStatusListener(AnimationStatusListener listener) => parent.addStatusListener(listener);
Calls listener every time the status of the animation changes.
Listeners can be removed with removeStatusListener.
void addStatusListener(AnimationStatusListener listener) => parent.addStatusListener(listener);