CloudXBannerView constructor

const CloudXBannerView({
  1. required String placementName,
  2. Key? key,
  3. CloudXAdViewListener? listener,
  4. double? width,
  5. double? height,
  6. CloudXAdViewController? controller,
})

Implementation

const CloudXBannerView({
  required this.placementName,
  super.key,
  this.listener,
  this.width,
  this.height,
  this.controller,
});