showIt method

void showIt()

Start the showing animations for the toast

Implementation

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