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