const MySimpleAlertBox({ Key? key, required this.title, required this.bodyLines, required this.actions, }) : super(key: key);