LinkRenderer constructor
const
LinkRenderer({})
Default LinkRenderer const constructor.
Implementation
const LinkRenderer({
Key? key,
required this.child,
required this.text,
required this.href,
}) : super(key: key);