FastGoodbyeAdLink constructor
const
FastGoodbyeAdLink({
- Key? key,
- String? linkText,
- String? prefixText,
- Color? linkColor,
- VoidCallback? onTap,
Implementation
const FastGoodbyeAdLink({
super.key,
this.linkText,
this.prefixText,
this.linkColor,
this.onTap,
});