mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-19 01:56:53 +08:00
@@ -715,7 +715,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
final double videoWidth = videoHeight * 9 / 16;
|
final double videoWidth = videoHeight * 9 / 16;
|
||||||
return Row(
|
return Row(
|
||||||
children: [
|
children: [
|
||||||
Expanded(child: videoIntro()),
|
Expanded(
|
||||||
|
child:
|
||||||
|
isFullScreen ? const SizedBox.shrink() : videoIntro()),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: videoHeight,
|
height: videoHeight,
|
||||||
width: isFullScreen ? context.width : videoWidth,
|
width: isFullScreen ? context.width : videoWidth,
|
||||||
|
|||||||
Reference in New Issue
Block a user