NativeAdView constructor

NativeAdView({
  1. Key? key,
  2. required bool mIsExpress,
  3. required String androidAppId,
  4. required String iosAppId,
  5. required bool supportDeepLink,
  6. required double expressWidth,
  7. required double expressHeight,
  8. required int expressNum,
  9. FlutterPangolinUnionadNativeCallBack? callBack,
})

Implementation

NativeAdView({
  Key? key,
  required this.mIsExpress,
  required this.androidAppId,
  required this.iosAppId,
  required this.supportDeepLink,
  required this.expressWidth,
  required this.expressHeight,
  required this.expressNum,
  this.callBack,
}) : super(key: key);