const DialogBox( {Key? key, required this.title, required this.descriptions, required this.text, required this.img}) : super(key: key);