IosZjFeedFullVideoView constructor

const IosZjFeedFullVideoView(
  1. String posId, {
  2. required double width,
  3. required double height,
  4. int adCount = 1,
  5. dynamic drawAdListener(
    1. IosZjEvent ret
    )?,
  6. Key? key,
})

Implementation

const IosZjFeedFullVideoView(this.posId,
    {required this.width,
    required this.height,
    this.adCount = 1,
    this.drawAdListener,
    super.key});