Scanbot Modal Bottom Sheet Dialog
fun ScanbotModalBottomSheetDialog(showDialog: Boolean, lockState: Boolean = false, skipPartiallyExpanded: Boolean = true, sheetShape: <Error class: unknown class> = RoundedCornerShape(
topStart = CornerSize(20.dp),
topEnd = CornerSize(20.dp),
bottomStart = CornerSize(0.dp),
bottomEnd = CornerSize(0.dp)
), windowInsets: <Error class: unknown class> = WindowInsets(0.dp, 0.dp, 0.dp, 0.dp), sheetMaxWidth: <Error class: unknown class> = 500.dp, scrimColor: <Error class: unknown class> = Color.Black.copy(alpha = 0.5f), sheetColor: <Error class: unknown class> = Color.White, onDismiss: () -> Unit, content: () -> Unit)