ReaperExpressFeedView constructor

const ReaperExpressFeedView({
  1. Key? key,
  2. dynamic onAdCallBack(
    1. ReaperExpressFeedAdCallBack
    )?,
  3. int? uniqueId = -1,
  4. @required String? positionId,
})

Implementation

const ReaperExpressFeedView({
  Key? key,
  this.onAdCallBack,
  this.uniqueId = -1,
  @required this.positionId,
}) : super(key: key);