ZJNewsAdView constructor

const ZJNewsAdView(
  1. String posId, {
  2. Key? key,
  3. required double width,
  4. required double height,
  5. String userId = "",
  6. dynamic newsAdListener(
    1. ZJEvent ret
    )?,
})

Implementation

const ZJNewsAdView(this.posId,
    {Key? key,
    required this.width,
    required this.height,
    this.userId = "",
    this.newsAdListener})
    : super(key: key);