Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-27 13:35:50 +08:00
parent 01a8631e00
commit cf24f851e8
2 changed files with 4 additions and 2 deletions

View File

@@ -1114,8 +1114,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
() {
final videoFit = plPlayerController.videoFit.value;
return Video(
fill: widget.fill ?? Colors.black,
key: key,
width: maxWidth,
height: maxHeight,
fill: widget.fill ?? Colors.black,
alignment: widget.alignment ?? Alignment.center,
controller: videoController,
controls: NoVideoControls,