AdmobNativeAd constructor

const AdmobNativeAd(
  1. String unitId, {
  2. bool isEnableAd = true,
  3. bool isSmall = false,
  4. Key? key,
  5. Color ctaColor = Colors.blue,
  6. double excludePadding = 0,
})

Implementation

const AdmobNativeAd(
  this.unitId, {
  this.isEnableAd = true,
  this.isSmall = false,
  super.key,
  this.ctaColor = Colors.blue,
  this.excludePadding = 0,
});