VideoPlatformView constructor

const VideoPlatformView({
  1. Key? key,
  2. required BccmPlayerController playerController,
  3. required bool showControls,
  4. bool? useSurfaceView,
  5. bool? allowSystemGestures,
})

Implementation

const VideoPlatformView({
  super.key,
  required this.playerController,
  required this.showControls,
  this.useSurfaceView,
  this.allowSystemGestures,
});