ExpressAdView constructor

const ExpressAdView({
  1. Key? key,
  2. required String codeId,
  3. required int viewWidth,
  4. required int viewHeight,
  5. FlutterTencentadExpressCallBack? callBack,
})

Implementation

const ExpressAdView({
  Key? key,
  required this.codeId,
  required this.viewWidth,
  required this.viewHeight,
  this.callBack,
}) : super(key: key);