DrawFeedAdView constructor

DrawFeedAdView({
  1. Key? key,
  2. required bool mIsExpress,
  3. required String androidAppId,
  4. required String iosAppId,
  5. required bool supportDeepLink,
  6. required double expressHeight,
  7. required double expressWidth,
  8. FlutterPangolinUnionadDrawFeedCallBack? callBack,
})

Implementation

DrawFeedAdView({
  Key? key,
  required this.mIsExpress,
  required this.androidAppId,
  required this.iosAppId,
  required this.supportDeepLink,
  required this.expressHeight,
  required this.expressWidth,
  this.callBack,
}) : super(key: key);