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)
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