Package-level declarations

Functions

Link copied to clipboard
fun BpkBottomSheet(sheetContent: @Composable ColumnScope.() -> Unit, modifier: Modifier = Modifier, state: BpkBottomSheetState = rememberBpkBottomSheetState(), sheetGesturesEnabled: Boolean = true, peekHeight: Dp = DefaultSheetPeekHeight, dragHandleStyle: BpkDragHandleStyle = BpkDragHandleStyle.Default, content: @Composable (PaddingValues) -> Unit)
Link copied to clipboard
fun BpkModalBottomSheet(onDismissRequest: () -> Unit, modifier: Modifier = Modifier, state: BpkModalBottomSheetState = rememberBpkModalBottomSheetState(), dragHandleStyle: BpkDragHandleStyle = BpkDragHandleStyle.Default, title: String? = null, action: TextAction? = null, closeButton: BpkModalBottomSheetCloseAction = BpkModalBottomSheetCloseAction.None, content: @Composable ColumnScope.() -> Unit)
Link copied to clipboard
fun rememberBpkBottomSheetState(initialValue: BpkBottomSheetValue = BpkBottomSheetValue.Collapsed, confirmStateChange: (BpkBottomSheetValue) -> Boolean = { true }): BpkBottomSheetState
Link copied to clipboard
fun rememberBpkModalBottomSheetState(skipPartiallyExpanded: Boolean = false, confirmStateChange: (BpkModalBottomSheetValue) -> Boolean = { true }): BpkModalBottomSheetState