Hello, does anyone know if it’s possible to have t...
# compose
s
Hello, does anyone know if it’s possible to have three visible states for a BottomSheetScaffold, such as Collapsed, Expanded, and HalfExpanded? Currently, it only supports two visible states, and the third one is Hidden. Is there any workaround for this? Without building a custom component if possible. We are looking to design something that looks likes what most cartography app are doing (maps, waze)
w
It supports custom detent settings, which should achieve the multi expanded state you're looking for.
s
Thanks for your answers, if possible I would prefer to avoid the usage of librairies, but I don't know if it's really possible