FlutterUnionadDrawFeedAdView constructor

const FlutterUnionadDrawFeedAdView({
  1. Key? key,
  2. required String androidCodeId,
  3. required String iosCodeId,
  4. required double width,
  5. required double height,
  6. bool isMuted = true,
  7. FlutterUnionadDrawFeedCallBack? callBack,
})

Implementation

const FlutterUnionadDrawFeedAdView(
    {Key? key,
    required this.androidCodeId,
    required this.iosCodeId,
    required this.width,
    required this.height,
    this.isMuted = true,
    this.callBack})
    : super(key: key);