NormalVideoPlayer constructor
const
NormalVideoPlayer({
- Key? key,
- required String videoSource,
- bool isFile = false,
- Uint8List? videoBytes,
- PlayerStyleConfig? styling,
- PlayerTextConfig? messages,
- PlayerVisibilityConfig? visibility,
- PlayerPlaybackConfig? playback,
Implementation
const NormalVideoPlayer({
super.key,
required this.videoSource,
this.isFile = false,
this.videoBytes,
this.styling,
this.messages,
this.visibility,
this.playback,
});