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 5a46751 commit 62f48f9Copy full SHA for 62f48f9
app/lib/features/geckoview/features/search/presentation/screens/search.dart
@@ -190,6 +190,7 @@ class SearchScreen extends HookConsumerWidget {
190
textEditingController: searchTextController,
191
focusNode: searchFocusNode,
192
autofocus: true,
193
+ label: const Text('Address / Search'),
194
onSubmitted: (value) async {
195
if (value.isNotEmpty) {
196
var newUrl = uri_parser.tryParseUrl(
0 commit comments