added missing const

This commit is contained in:
2025-11-16 18:44:56 +01:00
parent d931e85e9f
commit a6f40456d8

View File

@@ -42,7 +42,7 @@ class GroupTile extends StatelessWidget {
), ),
), ),
const SizedBox(width: 3), const SizedBox(width: 3),
Icon(Icons.group), const Icon(Icons.group),
], ],
), ),
const SizedBox(height: 5), const SizedBox(height: 5),