const CustomAnimationToast({ Key? key, required this.value, this.child = const IosStyleToast(), }) : super(key: key);