We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98d66d commit e171f54Copy full SHA for e171f54
veggieseasons/lib/widgets/search_bar.dart
@@ -39,6 +39,7 @@ class SearchBar extends StatelessWidget {
39
child: CupertinoTextField(
40
controller: controller,
41
focusNode: focusNode,
42
+ decoration: null,
43
style: Styles.searchText,
44
cursorColor: Styles.searchCursorColor,
45
),
0 commit comments