Alex Centi
03/16/2023, 10:56 AMSearchBar
from the material3
library in my app.
I have it working inside a `Scaffold`'s topBar = { }
parameter, but the problem i have, is that there is no scrollBehavior
parameter, unlike a simple TopAppBar
....
Anyone knows what could be the best way to have a scrollBehavior
working on a SearchBar
?
Thanks in advance.