setToEnd method

  1. @override
void setToEnd()
override

Puts the controller into its final "completed" state.

Implementation

@override
void setToEnd() {
  _timer = delay;
  _child.setToEnd();
}