ZJNativeExpressView constructor

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

Implementation

const ZJNativeExpressView(this.posId,
    {Key? key,
    required this.width,
    required this.height,
    this.videoSoundEnable = false,
    this.nativeExpressListener})
    : super(key: key);