NativeAdView constructor
NativeAdView({})
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);