NativeAdView constructor

const NativeAdView({
  1. Key? key,
  2. required bool mIsExpress,
  3. required String androidCodeId,
  4. required String iosCodeId,
  5. required bool supportDeepLink,
  6. required double expressViewWidth,
  7. required double expressViewHeight,
  8. required int expressNum,
  9. dynamic callBack,
})

Implementation

const NativeAdView({Key? key,
  required this.mIsExpress,
  required this.androidCodeId,
  required this.iosCodeId,
  required this.supportDeepLink,
  required this.expressViewWidth,
  required this.expressViewHeight,
  required this.expressNum,
  this.callBack})
    : super(key: key);