showIt method

void showIt()

开始显示Toast的动画

Implementation

void showIt() {
  _animationController!.forward();
}