ExpressAdView constructor
const
ExpressAdView({
- Key? key,
- required String codeId,
- required int viewWidth,
- required int viewHeight,
- FlutterTencentadExpressCallBack? callBack,
Implementation
const ExpressAdView({
Key? key,
required this.codeId,
required this.viewWidth,
required this.viewHeight,
this.callBack,
}) : super(key: key);