Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

State of the BottomSheetModal composable.

Functions

Link copied to clipboard
fun BottomSheetModal(title: String, sheetState: BottomSheetModalState, modifier: Modifier = Modifier, translations: BottomSheetModal.Translations = BottomSheetModal.Translations(), leftContent: @Composable () -> Unit? = null, sheetContent: @Composable () -> Unit, content: @Composable () -> Unit)

User interface element that slides up from the bottom of the screen to present additional content, actions, or options without completely obstructing the current view.