BpkModalBottomSheet

fun BpkModalBottomSheet(onDismissRequest: () -> Unit, modifier: Modifier = Modifier, state: BpkModalBottomSheetState = rememberBpkModalBottomSheetState(), dragHandleStyle: BpkDragHandleStyle = BpkDragHandleStyle.Default, title: String? = null, titleContentDescription: String? = null, action: TextAction? = null, closeButton: BpkModalBottomSheetCloseAction = BpkModalBottomSheetCloseAction.None, contentWindowInsets: @Composable () -> WindowInsets = { BottomSheetDefaults.windowInsets }, content: @Composable ColumnScope.() -> Unit)