FastGoodbyeAdLink constructor

const FastGoodbyeAdLink({
  1. Key? key,
  2. String? linkText,
  3. String? prefixText,
  4. Color? linkColor,
  5. VoidCallback? onTap,
})

Implementation

const FastGoodbyeAdLink({
  super.key,
  this.linkText,
  this.prefixText,
  this.linkColor,
  this.onTap,
});