const StatusPopup({ Key? key, required this.title, required this.message, required this.alertType, }) : super(key: key);