Fix für nicht funktionierende SearchBar #84

Merged
flixcoo merged 1 commits from bug/83-Search-in-CreateGameView-und-CreateGroupView-funktioniert-nicht into development 2025-12-06 22:18:20 +00:00
Showing only changes of commit e37a98fdcc - Show all commits

View File

@@ -30,7 +30,7 @@ class CustomSearchBar extends StatelessWidget {
constraints:
constraints ?? const BoxConstraints(maxHeight: 45, minHeight: 45),
hintText: hintText,
onChanged: trailingButtonEnabled ? onChanged : null,
onChanged: onChanged,
hintStyle: WidgetStateProperty.all(const TextStyle(fontSize: 16)),
leading: const Icon(Icons.search),
trailing: [