DialogInfo
fun DialogInfo(state: DialogState, info: String, infoLabel: String = "", title: @Composable () -> Unit? = null, icon: @Composable () -> Unit? = null, style: ComposeDialogStyle = DialogDefaults.defaultDialogStyle(), buttons: DialogButtons = DialogDefaults.buttons(), options: DialogOptions = DialogDefaults.options(), onEvent: (event: DialogEvent) -> Unit = {})
Shows a dialog with an info text and an optional label for that info
Basic Parameters: all params not described here are derived from Dialog, check it out for more details
Parameters
info
the information text for this dialog
infoLabel
the optional label for the information text