AVVideoPlayer constructor
const
AVVideoPlayer(
- AVPlayerController controller, {
- Key? key,
- bool showControls = false,
- AVControlsConfig? controlsConfig,
- Widget controlsBuilder(
- BuildContext context,
- AVPlayerController controller
- AVGestureConfig? gestureConfig,
- String? title,
- VoidCallback? onFullscreen,
- VoidCallback? onNext,
- VoidCallback? onPrevious,
Implementation
const AVVideoPlayer(
this.controller, {
super.key,
this.showControls = false,
this.controlsConfig,
this.controlsBuilder,
this.gestureConfig,
this.title,
this.onFullscreen,
this.onNext,
this.onPrevious,
});