Hyperlink constructor
const
Hyperlink({
- bool enable = true,
- TextStyle style = defaultHyperlinkTextStyle,
- void onTap(
- BuildContext context,
- String url
Implementation
const Hyperlink({
this.enable = true,
this.style = defaultHyperlinkTextStyle,
this.onTap,
});