BannerWidget constructor
const
BannerWidget({
- Key? key,
- String? casId,
- AdViewListener? adListener,
- OnAdImpressionListener? onImpressionListener,
- AdSize size = AdSize.banner,
- bool? isAutoloadEnabled,
- int? refreshInterval,
- int? maxWidthDpi,
- AdViewListener? listener,
Implementation
const BannerWidget({
super.key,
this.casId,
this.adListener,
this.onImpressionListener,
this.size = AdSize.banner,
this.isAutoloadEnabled,
this.refreshInterval,
this.maxWidthDpi,
this.listener,
});