Skip to content

Commit c3eca33

Browse files
Update gf_search_bar.dart
1 parent 5cc4ff4 commit c3eca33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/search_bar/gf_search_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class GFSearchBar<T> extends StatefulWidget {
1515
@required this.overlaySearchListItemBuilder,
1616
@required this.searchQueryBuilder,
1717
Key key,
18-
this.controller = TextEditingController(),
18+
this.controller = const TextEditingController(),
1919
this.onItemSelected,
2020
this.hideSearchBoxWhenItemSelected = false,
2121
this.overlaySearchListHeight,

0 commit comments

Comments
 (0)