ToastWidget({ Key? key, required this.widget, required this.gravity, required this.duration, }) : super(key: key);