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