NativeAdView constructor

const NativeAdView({
  1. Key? key,
  2. required String pangolinId,
  3. required String tencentId,
  4. required double width,
  5. required double height,
  6. required int loadType,
  7. required double probability,
  8. UNativeCallBack? callBack,
})

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);