NonScrollableAlertContent

fun NonScrollableAlertContent(onCancel: () -> Unit? = null, onOk: () -> Unit? = null, icon: @Composable () -> Unit? = null, title: String? = null, message: String? = null, okButtonContentDescription: String = stringResource(android.R.string.ok), cancelButtonContentDescription: String = stringResource(android.R.string.cancel), content: ScalingLazyListScope.() -> Unit? = null)