Skip to content

Instantly share code, notes, and snippets.

@egorikftp
Created August 8, 2021 09:40
Embed
What would you like to do?
val scaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = rememberBottomSheetState(BottomSheetValue.Collapsed)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment