IosZjNativeExpressView constructor

const IosZjNativeExpressView(
  1. String posId, {
  2. required double width,
  3. required double height,
  4. int adCount = 1,
  5. bool mutedIfCan = true,
  6. dynamic nativeExpressListener(
    1. IosZjEvent ret
    )?,
  7. Key? key,
})

Implementation

const IosZjNativeExpressView(this.posId,
    {required this.width,
    required this.height,
    this.adCount = 1,
    this.mutedIfCan = true,
    this.nativeExpressListener,
    super.key});