YodoNativeAd constructor
const
YodoNativeAd({
- Key? key,
- NativeSize size = NativeSize.nativeSmall,
- String backgroundColor = "",
- void onLoad()?,
- void onClosed()?,
- void onLoadFailed(
- String errorMessage
This widget is used to contain Native Ads.
Implementation
const YodoNativeAd({
Key? key,
this.size = NativeSize.nativeSmall,
this.backgroundColor = "",
this.onLoad,
this.onClosed,
this.onLoadFailed,
}) : super(key: key);