CreateGroupView erstellt #28

Merged
flixcoo merged 37 commits from feature/5-creategroupview-erstellen into development 2025-11-19 17:32:44 +00:00
Showing only changes of commit 1232cb8f0d - Show all commits

View File

@@ -42,8 +42,8 @@ class TextIconListTile extends StatelessWidget {
),
if (iconEnabled)
GestureDetector(
child: const Icon(Icons.add, size: 20),
onTap: onPressed,
child: const Icon(Icons.add, size: 20),
),
],
),