ReaperNativeView constructor

const ReaperNativeView({
  1. Key? key,
  2. double? cornerSize = 0,
  3. dynamic onAdCallBack(
    1. ReaperAdCallBack
    )?,
  4. int? uniqueId = -1,
  5. int? resourceLayoutId = 0,
  6. double? adContainerWidth = 0,
  7. double? adContainerHeight = 0,
  8. @required String? positionId,
})

Implementation

const ReaperNativeView({
  Key? key,
  this.cornerSize = 0,
  this.onAdCallBack,
  this.uniqueId = -1,
  this.resourceLayoutId = 0,
  this.adContainerWidth = 0,
  this.adContainerHeight = 0,
  @required this.positionId,
}) : super(key: key);