hideAnimation method
void
hideAnimation()
Implementation
void hideAnimation() {
_animationController!.reverse();
_timer?.cancel();
}
void hideAnimation() {
_animationController!.reverse();
_timer?.cancel();
}