animateToTheEnd method

void animateToTheEnd()

Implementation

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