FastLargeNativeAdLayout constructor

const FastLargeNativeAdLayout({
  1. Key? key,
  2. Widget? detailsPlaceholder,
  3. String? descriptionText,
  4. VoidCallback? onButtonTap,
  5. String? buttonText,
  6. String? titleText,
  7. double? rating,
  8. Widget? icon,
})

Implementation

const FastLargeNativeAdLayout({
  super.key,
  this.detailsPlaceholder,
  this.descriptionText,
  this.onButtonTap,
  this.buttonText,
  this.titleText,
  this.rating,
  this.icon,
});