FastSmallNativeAdLayout constructor

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

Implementation

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