Any recommendations for an implementation of Colla...
# compose
s
Any recommendations for an implementation of Collapsible App bar in compose please?
j
You should be able to roll your own implementation using
Modifier.swipeable
and
SwipeableState
fairly easily I think🙂 (that being said, let's hope it gets added to the Material library soon)
s
Cool, thanks @jossiwolf. Very new to compose, but I will just look at Sunflower’s implementation for now.