Yodo1MASNativeAd constructor
const
Yodo1MASNativeAd({
- 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 Yodo1MASNativeAd({
Key? key,
this.size= NativeSize.NativeSmall,
this.backgroundColor = "",
this.onLoad,
this.onClosed,
this.onLoadFailed,
}) : super(key: key);