const ClickableUrl( {Key? key, required this.clickEvent, required this.url, required this.text}) : super(key: key);