animateToTheBeginning method

void animateToTheBeginning()

Implementation

void animateToTheBeginning() {
  animateTo(0, duration: 0.ms);
}