Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-29 20:20:00 +08:00
parent 582574a605
commit ef8d57ddfd

View File

@@ -715,7 +715,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
final double videoWidth = videoHeight * 9 / 16;
return Row(
children: [
Expanded(child: videoIntro()),
Expanded(
child:
isFullScreen ? const SizedBox.shrink() : videoIntro()),
SizedBox(
height: videoHeight,
width: isFullScreen ? context.width : videoWidth,