fix: 全屏时忽略左右安全区域 issues #80

This commit is contained in:
guozhigq
2023-09-11 18:06:28 +08:00
parent 1922a91575
commit 74ec4cccea

View File

@ -820,6 +820,9 @@ class PlPlayerController {
builder: (context) => Dialog.fullscreen(
backgroundColor: Colors.black,
child: SafeArea(
// 忽略手机安全区域
left: false,
right: false,
bottom:
direction.value == 'vertical' || mode == FullScreenMode.vertical
? true