NativeAdView constructor
const
NativeAdView({})
Implementation
const NativeAdView({
Key? key,
required this.pangolinId,
required this.tencentId,
required this.width,
required this.height,
required this.loadType,
required this.probability,
this.callBack,
}) : super(key: key);