const AlertCustomizedForDecisions({ Key? key, required this.alertContent, required this.actions, }) : super(key: key);