DDSHyperlink constructor
const
DDSHyperlink({})
Implementation
const DDSHyperlink({
Key? key,
required this.hyperlinkWidget,
required this.hyperlinkUrl,
required this.hyperlinkType,
this.arguments,
}) : super(key: key);