showIt method
void
showIt()
Start the showing animations for the toast
Implementation
void showIt() {
_animationController!.forward();
}
Start the showing animations for the toast
void showIt() {
_animationController!.forward();
}