ArcticZeroo / flutter-search-bar

(mostly) Automatic search-enabled appBar for flutter
BSD 3-Clause "New" or "Revised" License
266 stars 69 forks source link

Height? #47

Open MilanObrenovic opened 3 years ago

MilanObrenovic commented 3 years ago

How can i change the height of search bar?

ArcticZeroo commented 3 years ago

There is no way to do so in the API. An AppBar with default height is used to contain the search bar. For now, the only way to do this is to fork the project.