ExpressAdView constructor
const
ExpressAdView({
- Key? key,
- required String androidId,
- required String iosId,
- required int viewWidth,
- required int viewHeight,
- FlutterTencentadExpressCallBack? callBack,
- required bool downloadConfirm,
- required bool isBidding,
- FlutterTencentAdBiddingController? bidding,
Implementation
const ExpressAdView({
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);