PlayerViewWithControls constructor
const
PlayerViewWithControls({
- Key? key,
- required PlayerController controller,
- VoidCallback? onFullscreenTap,
Implementation
const PlayerViewWithControls({
super.key,
required this.controller,
this.onFullscreenTap,
});