EasyBannerAd constructor
const
EasyBannerAd({
- Key? key,
- String? adUnitId,
- EasyBannerType type = EasyBannerType.anchoredAdaptive,
- AdSize? fixedSize,
- EasyBannerCollapse collapse = EasyBannerCollapse.none,
- double? inlineMaxHeight,
- Widget? placeholder,
- void onLoaded(
- AdSize size
Creates a banner.
Implementation
const EasyBannerAd({
super.key,
this.adUnitId,
this.type = EasyBannerType.anchoredAdaptive,
this.fixedSize,
this.collapse = EasyBannerCollapse.none,
this.inlineMaxHeight,
this.placeholder,
this.onLoaded,
});