ArcticZeroo/flutter-search-bar

Hide and inactivate / show and activate search icon as wills

tedhsieh1966 opened this issue · 3 comments

Hi Zeroo

Good job. Could you please add a bool flag serving for this purpose at runtime when re-building the Appbar?

Thanks in advance.
Ted

Would it be fine for this icon to still take up space even when not active? It would be easy to wrap it in an Opacity class and update that at will

Just to be more clear. We want to enable/disable searchbar based on some condition. Am I right ?

Yes. taking up space is OK.