opt: post segment panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-16 09:22:32 +08:00
parent 25d27e42ed
commit 8c408e59f6
3 changed files with 198 additions and 168 deletions

View File

@@ -132,6 +132,7 @@ class _HeaderControlState extends State<HeaderControl> {
),
Expanded(
child: Material(
color: Colors.transparent,
child: MediaQuery.removePadding(
context: context,
removeBottom: true,
@@ -835,6 +836,7 @@ class _HeaderControlState extends State<HeaderControl> {
),
Expanded(
child: Material(
color: Colors.transparent,
child: Scrollbar(
child: MediaQuery.removePadding(
context: context,
@@ -920,6 +922,7 @@ class _HeaderControlState extends State<HeaderControl> {
child: Center(child: Text('选择音质', style: titleStyle))),
Expanded(
child: Material(
color: Colors.transparent,
child: MediaQuery.removePadding(
context: context,
removeBottom: true,
@@ -1010,6 +1013,7 @@ class _HeaderControlState extends State<HeaderControl> {
child: Center(child: Text('选择解码格式', style: titleStyle))),
Expanded(
child: Material(
color: Colors.transparent,
child: MediaQuery.removePadding(
context: context,
removeBottom: true,
@@ -1739,6 +1743,7 @@ class _HeaderControlState extends State<HeaderControl> {
child: Center(child: Text('选择播放顺序', style: titleStyle))),
Expanded(
child: Material(
color: Colors.transparent,
child: MediaQuery.removePadding(
context: context,
removeBottom: true,