PlayerViewWithControls constructor

const PlayerViewWithControls({
  1. Key? key,
  2. required PlayerController controller,
  3. VoidCallback? onFullscreenTap,
})

Implementation

const PlayerViewWithControls({
  super.key,
  required this.controller,
  this.onFullscreenTap,
});