fix: 退出全屏按钮无效
This commit is contained in:
@ -334,7 +334,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
fuc: () => _.triggerFullScreen(),
|
fuc: () => _.triggerFullScreen(status: !_.isFullScreen.value),
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
final List<Widget> list = [];
|
final List<Widget> list = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user