mod: 播放控制条组件触控区域优化,新增画质音质修改后保存为默认

This commit is contained in:
orz12
2024-03-08 03:30:37 +08:00
parent 0e97e0acd1
commit 32b0505645
4 changed files with 109 additions and 81 deletions

View File

@@ -64,7 +64,7 @@ class PlayOrPauseButtonState extends State<PlayOrPauseButton>
@override
Widget build(BuildContext context) {
return SizedBox(
width: 34,
width: 42,
height: 34,
child: IconButton(
tooltip: widget.controller!.videoPlayerController!.state.playing
@@ -75,7 +75,7 @@ class PlayOrPauseButtonState extends State<PlayOrPauseButton>
),
onPressed: player.playOrPause,
color: Colors.white,
iconSize: 20,
iconSize: 25,
// iconSize: widget.iconSize ?? _theme(context).buttonBarButtonSize,
// color: widget.iconColor ?? _theme(context).buttonBarButtonColor,
icon: AnimatedIcon(