StandardBottomSheet

fun <ContentType : Any> StandardBottomSheet(sheetContent: @Composable (SheetDetails<ContentType>) -> Unit, modifier: Modifier = Modifier, onDismiss: () -> Unit? = null, skipPartiallyExpanded: Boolean = false, content: @Composable (onPresentRequested: (ContentType) -> Unit) -> Unit)