Package-level declarations
Types
Link copied to clipboard
object BottomSheetModal
Link copied to clipboard
State of the BottomSheetModal composable.
Link copied to clipboard
Possible states of BottomSheetModalState.
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.
Link copied to clipboard
Create a BottomSheetModalState and remember it.