JkVideoPlaylistPlayer constructor
const
JkVideoPlaylistPlayer({})
Implementation
const JkVideoPlaylistPlayer({
super.key,
required this.playlist,
this.isLooping = false,
this.autoplay = true,
this.isTV = false,
this.bgColor,
this.panelController,
this.showFullscreenButton = true,
this.showClosedCaptionButton = false,
this.showVolumeButton = true,
});