From e37a98fdccca68cc20edac23f91c9e6de62df170 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Sat, 6 Dec 2025 21:53:24 +0100 Subject: [PATCH] hart besoffenen fehler gefixt? --- lib/presentation/widgets/text_input/custom_search_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/widgets/text_input/custom_search_bar.dart b/lib/presentation/widgets/text_input/custom_search_bar.dart index e3fe976..35c11e1 100644 --- a/lib/presentation/widgets/text_input/custom_search_bar.dart +++ b/lib/presentation/widgets/text_input/custom_search_bar.dart @@ -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: [