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 downloadType,
  9. required int? adLoadType,
  10. FlutterUnionadNativeCallBack? 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.downloadType,
    required this.adLoadType,
    this.callBack})
    : super(key: key);