DynamicBannerAd constructor

const DynamicBannerAd({
  1. Key? key,
  2. required List adPriority,
  3. CustomBannerAdType type = CustomBannerAdType.small,
  4. Function? callBack,
})

Implementation

const DynamicBannerAd({
  super.key,
  required this.adPriority,
  this.type = CustomBannerAdType.small,
  this.callBack,
});