DrawFeedAdView constructor
const
DrawFeedAdView({})
Implementation
const DrawFeedAdView(
{Key? key,
required this.mIsExpress,
required this.androidCodeId,
required this.iosCodeId,
required this.supportDeepLink,
required this.expressViewWidth,
required this.expressViewHeight,
required this.downloadType,
required this.adLoadType,
this.callBack})
: super(key: key);