DialogStyleDesktop

class DialogStyleDesktop(val desktopOptions: DialogStyleDesktopOtions, iconColor: Color, titleColor: Color, contentColor: Color) : ComposeDialogStyle

Constructors

Link copied to clipboard
constructor(desktopOptions: DialogStyleDesktopOtions, iconColor: Color, titleColor: Color, contentColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
open override val type: ComposeDialogStyle.Type

Functions

Link copied to clipboard
open override fun Show(title: @Composable () -> Unit? = null, icon: @Composable () -> Unit? = null, buttons: DialogButtons, options: DialogOptions, state: DialogState, onEvent: (event: DialogEvent) -> Unit, content: @Composable () -> Unit)
Link copied to clipboard