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