FastUrlLink constructor
const
FastUrlLink({
- Key? key,
- required UrlLinkCallback onTap,
- required String text,
- required String url,
- Color? color,
Implementation
const FastUrlLink({
Key? key,
required this.onTap,
required this.text,
required this.url,
this.color,
}) : super(key: key);