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