const LinkAlert({ Key? key, required this.link, required this.msg, this.label = "", this.color, }) : super(key: key);