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

@@ -85,7 +85,7 @@ class _FavPgcChildPageState extends State<FavPgcChildPage>
size: 32,
tooltip: '取消',
context: context,
icon: Icons.clear,
icon: const Icon(Icons.clear),
onPressed: _favPgcController.onDisable,
),
const SizedBox(width: 12),

View File

@@ -140,11 +140,9 @@ class FavPgcItem extends StatelessWidget {
bottom: 0,
child: iconButton(
iconSize: 18,
context: context,
onPressed: onUpdateStatus,
icon: Icons.more_vert,
icon: const Icon(Icons.more_vert),
iconColor: theme.colorScheme.outline,
bgColor: Colors.transparent,
),
),
],