hide method

dynamic hide()

Implementation

hide() {
  cancelTimer();
  _animationController!.reverse();
}