fix: 直播全屏按钮

This commit is contained in:
guozhigq
2024-05-11 23:50:41 +08:00
parent c0c1f9b95d
commit c0512d5382

View File

@ -153,7 +153,8 @@ class _BottomControlState extends State<BottomControl> {
size: 20, size: 20,
color: Colors.white, color: Colors.white,
), ),
fuc: () => widget.controller!.triggerFullScreen(), fuc: () => widget.controller!.triggerFullScreen(
status: !(widget.controller!.isFullScreen.value)),
), ),
], ],
), ),