feat: update TextIconListTile to support custom icons
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Failing after 49s

This commit is contained in:
2026-05-09 11:50:49 +02:00
parent bc997633eb
commit 868460b023
3 changed files with 7 additions and 9 deletions

View File

@@ -240,7 +240,7 @@ class _MatchResultViewState extends State<MatchResultView> {
return TextIconListTile(
key: ValueKey(allPlayers[index].id),
text: allPlayers[index].name,
iconEnabled: false,
icon: Icons.drag_handle,
);
},
),