IosZjContentAdView constructor

const IosZjContentAdView(
  1. String posId, {
  2. required double width,
  3. required double height,
  4. dynamic contentAdListener(
    1. IosZjEvent ret
    )?,
  5. Key? key,
})

Implementation

const IosZjContentAdView(this.posId,
    {required this.width,
    required this.height,
    this.contentAdListener,
    super.key});