Package-level declarations
Functions
Link copied to clipboard
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
Link copied to clipboard
fun DialogDefaults.styleWindowsInfoDialog(dialogTitle: String, position: WindowPosition = WindowPosition(Alignment.Center), width: Dp = 600.dp, height: Dp = 200.dp, iconColor: Color = DialogStyleDefaults.iconColor, titleColor: Color = DialogStyleDefaults.titleColor, contentColor: Color = DialogStyleDefaults.contentColor): ComposeDialogStyle