MyVideoPlayer constructor
const
MyVideoPlayer({})
Implementation
const MyVideoPlayer({
super.key,
this.url,
this.height,
this.width,
this.allowFullScreen = true,
this.allowSettings = false,
this.asset,
this.uri,
this.file,
this.autoPlay = false,
this.showPlayPauseButton = true,
this.showProgressBar = true,
this.showVolumeControl = true,
this.isFullScreen = false, // New parameter
});