setToStart method
Reverts the controller to its initial state, as it was before the start of the animation.
Implementation
@override
void setToStart() {
super.setToStart();
_initializeDuration();
}
Reverts the controller to its initial state, as it was before the start of the animation.
@override
void setToStart() {
super.setToStart();
_initializeDuration();
}