ReaperNativeIosBean constructor

const ReaperNativeIosBean({
  1. required String positionId,
  2. int uniqueKey = -1,
  3. ReaperNativeIosFrameBean? parentViewFrame,
  4. ReaperNativeIosFrameBean? mainImageViewFrame,
  5. ReaperNativeIosFrameBean? secondImageViewFrame,
  6. ReaperNativeIosFrameBean? thirdImageViewFrame,
  7. ReaperNativeIosFrameBean? titleViewFrame,
  8. ReaperNativeIosFrameBean? descViewFrame,
  9. ReaperNativeIosFrameBean? logoViewFrame,
  10. ReaperNativeIosFrameBean? mediaViewFrame,
  11. double? clickButtonCornerRadius,
  12. double? marginTop,
  13. dynamic callBack(
    1. ReaperAdCallBack
    )?,
})

Implementation

const ReaperNativeIosBean(
    {required String positionId,
    int uniqueKey = -1,
    this.parentViewFrame,
    this.mainImageViewFrame,
    this.secondImageViewFrame,
    this.thirdImageViewFrame,
    this.titleViewFrame,
    this.descViewFrame,
    this.logoViewFrame,
    this.mediaViewFrame,
    this.clickButtonCornerRadius,
    this.marginTop,
    Function(ReaperAdCallBack)? callBack})
    : super(positionId: positionId, uniqueKey: uniqueKey, callBack: callBack);