how to recreate `Toolbar` _*`enterAlways`*_ `scrol...
# compose
m
how to recreate
Toolbar
enterAlways
scrollBehavior
? is there built if way or I have to animate
AppBar
myself when scroll direction changes?
j
AFAIK not yet. There’s a lower level API (
Modifier.nestedScroll()
) if you wish to implement it yourself.
👌 1
m
thank you @julioromano