const TextContainer( {Key? key, required this.text, required this.style, required this.linkStyle}) : super(key: key);