ReaperStreamView constructor

const ReaperStreamView({
  1. Key? key,
  2. dynamic onAdCallBack(
    1. ReaperAdCallBack
    )?,
  3. int? uniqueId = -1,
  4. double? width = 0,
  5. double? height = 0,
  6. @required String? positionId,
})

Implementation

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