FastNativeAdLayout constructor

const FastNativeAdLayout({
  1. Key? key,
  2. FastAdSize adSize = FastAdSize.medium,
  3. String? descriptionText,
  4. VoidCallback? onButtonTap,
  5. String? buttonText,
  6. String? titleText,
  7. Widget? icon,
  8. double? ranking,
  9. String? merchantLogoUrl,
  10. bool loading = false,
  11. bool showAdBadge = true,
})

Implementation

const FastNativeAdLayout({
  super.key,
  this.adSize = FastAdSize.medium,
  this.descriptionText,
  this.onButtonTap,
  this.buttonText,
  this.titleText,
  this.icon,
  this.ranking,
  this.merchantLogoUrl,
  this.loading = false,
  this.showAdBadge = true,
});