AdmobEasyNative.smallTemplate constructor
const
AdmobEasyNative.smallTemplate({
- double minWidth = 320,
- double minHeight = 90,
- double maxWidth = 400,
- double maxHeight = 200,
- TemplateType templateType = TemplateType.small,
- Key? key,
- void onAdClicked()?,
- void onAdClosed()?,
- void onAdImpression()?,
- void onAdOpened()?,
- void onAdWillDismissScreen()?,
- void onPaidEvent(
- Ad,
- double,
- PrecisionType,
- String,
A small template for the native ad.
Implementation
const AdmobEasyNative.smallTemplate({
this.minWidth = 320,
this.minHeight = 90,
this.maxWidth = 400,
this.maxHeight = 200,
this.templateType = TemplateType.small,
super.key,
this.onAdClicked,
this.onAdClosed,
this.onAdImpression,
this.onAdOpened,
this.onAdWillDismissScreen,
this.onPaidEvent,
});