Im using the SearchDelegate Flutter class. It automatically opens the keyboard when I use the showSearch Method.
I figured that I could close it right away within one of the overwritten Methods. But I don't want it to pop-up in the first place. Only when taping the search bar.
I know that the SearchDelegate class has a _focusNode attribute but I don't know how to work with it.
Any ideas? Thanks in advance.