DynamicBannerAd constructor
const
DynamicBannerAd({
- Key? key,
- required List adPriority,
- CustomBannerAdType type = CustomBannerAdType.small,
- Function? callBack,
Implementation
const DynamicBannerAd({
super.key,
required this.adPriority,
this.type = CustomBannerAdType.small,
this.callBack,
});