InlineVideoPlayerWithControls constructor
const
InlineVideoPlayerWithControls({
- Key? key,
- required InlineVideoPlayerController controller,
- bool showControls = true,
- VoidCallback? onTap,
Implementation
const InlineVideoPlayerWithControls({
super.key,
required this.controller,
this.showControls = true,
this.onTap,
});