showIt method

dynamic showIt()

Start the showing animations for the toast

Implementation

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