Closed AscanioB closed 1 year ago
Hello @AscanioB, Thanks for filing the issue. I am sorry the documentation couldn't help to answer this.
You should be able to change the hintStyle using searchInputDecoration: InputDecoration.hintStyle
searchInputDecoration: InputDecoration(
hintStyle: TextStyle(color: Colors.red)
),
The api is desigend in a way that to decorate the searchfield input use searchInputDecoration
and for decorating suggestions use suggestionsDecoration
I hope this answers your question.
Yes how silly of me, thanks.
Happens to the best of us :)
Perhaps I'm missing something but there doesn't seem to be an option to change the hint style.