opt: live room

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-11 22:25:13 +08:00
parent a8725e64ee
commit 2a73725455

View File

@@ -258,16 +258,21 @@ class _LiveRoomPageState extends State<LiveRoomPage>
);
Widget get _buildPP => Scaffold(
appBar: _buildAppBar,
backgroundColor: Colors.transparent,
body: Stack(
children: [
_buildAppBar,
Column(
children: [
Obx(
() => Container(
color: Colors.black,
width: Get.width,
margin: isFullScreen
? null
: EdgeInsets.only(
top: 56 + MediaQuery.paddingOf(context).top,
),
height: isFullScreen
? Get.height -
(context.orientation == Orientation.landscape