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