AbdulRahmanAlHamali / flutter_typeahead

A TypeAhead widget for Flutter, where you can show suggestions to users as they type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i give the hint text and style

GorHarshu opened this issue · comments

Use case

i want to assign the hint text and style in this how can i give can you please guide me in that

Proposal

i am using this version flutter_typeahead: ^5.2.0

Please see the documentation for TextField

it is not working what is your property there has an issue in decoaration please chehck you pakage

TypeAheadField does no longer control the properties of the TextField you are using. Hint text and Text style are part of the TextField's parameters. You pass the TextField you want to the builder function of the TypeAheadField.