HyperLinkWidget({ Key? key, required this.text, required this.style, this.maxLines = 1, }) : super(key: key);