ReaperNativeBean constructor

const ReaperNativeBean({
  1. required String? positionId,
  2. int? containerWidth,
  3. int? containerHeight,
  4. int? cornerSize,
  5. int? resourceLayoutId,
  6. int? uniqueKey,
  7. Function? callBack,
})

Implementation

const ReaperNativeBean(
    {required this.positionId,
    this.containerWidth,
    this.containerHeight,
    this.cornerSize,
    this.resourceLayoutId,
    this.uniqueKey,
    this.callBack});