HoverLinkText constructor

HoverLinkText(
  1. String text, {
  2. required dynamic onTap()?,
})

Implementation

HoverLinkText(
  this.text, {
  required this.onTap,
});