BannerAdView constructor
const
BannerAdView({
- Key? key,
- required String androidId,
- required String iosId,
- required double viewWidth,
- required double viewHeight,
- FlutterTencentadBannerCallBack? callBack,
- required bool downloadConfirm,
- required bool isBidding,
- FlutterTencentAdBiddingController? bidding,
Implementation
const BannerAdView({
Key? key,
required this.androidId,
required this.iosId,
required this.viewWidth,
required this.viewHeight,
this.callBack,
required this.downloadConfirm,
required this.isBidding,
this.bidding,
}) : super(key: key);