BannerWidget constructor

const BannerWidget({
  1. Key? key,
  2. String? casId,
  3. AdViewListener? adListener,
  4. OnAdImpressionListener? onImpressionListener,
  5. AdSize size = AdSize.banner,
  6. bool? isAutoloadEnabled,
  7. int? refreshInterval,
  8. int? maxWidthDpi,
  9. 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,
});