const ToastAnimation({ Key? key, required this.child, required this.animationDuration, }) : super(key: key);