Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-20 16:58:42 +08:00
parent 3099bd6ca1
commit 9b5457ffc0
20 changed files with 102 additions and 109 deletions

View File

@@ -38,7 +38,7 @@ class _WhisperPageState extends State<WhisperPage> {
controller: _controller,
);
},
icon: Icon(size: 20, e.type.icon),
icon: e.type.icon,
);
}).toList());
}
@@ -58,7 +58,7 @@ class _WhisperPageState extends State<WhisperPage> {
},
child: Row(
children: [
Icon(size: 17, e.type.icon),
e.type.icon,
Text(' ${e.title}'),
],
),