DrawFeedAdView constructor
DrawFeedAdView({})
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);