We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d1b0f commit fe4d525Copy full SHA for fe4d525
lib/pages/main/package_list.dart
@@ -73,7 +73,7 @@ class _PackageListState extends State<PackageList> {
73
onTap: () {},
74
trailing: Wrap(
75
children: [
76
- IconButton(onPressed: () {}, icon: const Icon(Icons.copy)),
+ IconButton(onPressed: () {}, icon: const Icon(Icons.download)),
77
IconButton(onPressed: () {}, icon: const Icon(Icons.delete)),
78
],
79
),
0 commit comments