BunnyBuiltInPlayerView constructor

const BunnyBuiltInPlayerView({
  1. Key? key,
  2. required String videoId,
  3. required int libraryId,
  4. String? accessKey,
  5. String? token,
  6. int? expires,
  7. String? referer,
  8. bool isPortrait = false,
  9. bool isScreenShotProtectEnable = false,
  10. String? playIconAsset,
})

Implementation

const BunnyBuiltInPlayerView({
  super.key,
  required this.videoId,
  required this.libraryId,
  this.accessKey,
  this.token,
  this.expires,
  this.referer,
  this.isPortrait = false,
  this.isScreenShotProtectEnable = false,
  this.playIconAsset,
});