Material Dialog Properties
fun MaterialDialogProperties( dismissOnBackPress: Boolean = true, dismissOnClickOutside: Boolean = true, securePolicy: SecurePolicy = SecurePolicy.Inherit, usePlatformDefaultWidth: Boolean = false, position: DesktopWindowPosition = DesktopWindowPosition(Alignment.Center), size: DpSize = DpSize(400.dp, 300.dp), title: String = "Untitled", icon: Painter? = null, resizable: Boolean = true)
Content copied to clipboard