Hello there, I am currently trying to use the new...
# compose
a
Hello there, I am currently trying to use the new
SearchBar
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.