BannerView constructor

const BannerView({
  1. Key? key,
  2. IOSBannerConfig? iOS,
  3. AndroidBannerConfig? android,
  4. BannerViewCreatedCallback? onBannerViewCreated,
  5. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
  6. VoidCallback? onClick,
  7. VoidCallback? onShow,
  8. PangleOptionCallback? onDislike,
  9. PangleMessageCallback? onError,
  10. VoidCallback? onRenderSuccess,
  11. PangleMessageCallback? onRenderFail,
})

Implementation

const BannerView({
  Key? key,
  this.iOS,
  this.android,
  this.onBannerViewCreated,
  this.gestureRecognizers,
  this.onClick,
  this.onShow,
  this.onDislike,
  this.onError,
  this.onRenderSuccess,
  this.onRenderFail,
}) : super(key: key);