IosZjContentAdView constructor
const
IosZjContentAdView(
- String posId, {
- required double width,
- required double height,
- dynamic contentAdListener(
- IosZjEvent ret
- Key? key,
Implementation
const IosZjContentAdView(this.posId,
{required this.width,
required this.height,
this.contentAdListener,
super.key});