BannerAdView constructor
BannerAdView({})
Implementation
BannerAdView({
Key? key,
required this.mIsExpress,
required this.androidAppId,
required this.iosAppId,
required this.supportDeepLink,
required this.expressWidth,
required this.expressHeight,
required this.expressAdNum,
required this.expressTime,
this.callBack,
}) : super(key: key);