YodoBannerAd constructor
const
YodoBannerAd({
- Key? key,
- BannerSize size = BannerSize.banner,
- void onLoad()?,
- void onOpen()?,
- void onClosed()?,
- void onLoadFailed(
- String errorMessage
- void onOpenFailed(
- String errorMessage
This widget is used to contain Banner Ads.
Implementation
const YodoBannerAd({
Key? key,
this.size = BannerSize.banner,
this.onLoad,
this.onOpen,
this.onClosed,
this.onLoadFailed,
this.onOpenFailed,
}) : super(key: key);