Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-12 20:56:19 +08:00
parent f6ca007815
commit 510bfe01be
34 changed files with 154 additions and 189 deletions

View File

@@ -248,8 +248,7 @@ class _AudioPageState extends State<AudioPage> {
trailing: isCurr
? null
: iconButton(
context: context,
icon: Icons.clear,
icon: const Icon(Icons.clear),
onPressed: () {
if (index < _controller.index!) {
_controller.index -= 1;
@@ -260,7 +259,6 @@ class _AudioPageState extends State<AudioPage> {
(context as Element)
.markNeedsBuild();
},
bgColor: Colors.transparent,
iconColor: colorScheme.outline,
size: 28,
iconSize: 18,