ZJDrawAdView constructor

const ZJDrawAdView(
  1. String posId, {
  2. Key? key,
  3. required double width,
  4. required double height,
  5. bool videoSoundEnable = true,
  6. dynamic drawAdListener(
    1. ZJEvent ret
    )?,
})

Implementation

const ZJDrawAdView(this.posId,
    {Key? key,
    required this.width,
    required this.height,
    this.videoSoundEnable = true,
    this.drawAdListener})
    : super(key: key);