Skip to content

Commit 5b8396c

Browse files
Update gf_search_bar.dart
1 parent d40b1cb commit 5b8396c

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
@@ -48,7 +48,7 @@ class GFSearchBar<T> extends StatefulWidget {
4848
final InputDecoration searchBoxInputDecoration;
4949

5050
/// defines the input controller of searchBox
51-
final controller;
51+
final TextEditingController controller;
5252

5353

5454
@override

0 commit comments

Comments
 (0)