stopAnimation method
void
stopAnimation()
Detiene la animación y la resetea al inicio.
Implementation
void stopAnimation() {
stop();
reset();
}
Detiene la animación y la resetea al inicio.
void stopAnimation() {
stop();
reset();
}