ComposeDialogs
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ComposeDialogs
core
/
com.michaelflisar.composedialogs.core
/
DialogStyleDesktopOtions
Dialog
Style
Desktop
Otions
jvm
data
class
DialogStyleDesktopOtions
(
val
dialogTitle
:
String
,
val
position
:
WindowPosition
,
val
width
:
Dp
,
val
height
:
Dp
)
Members
Constructors
Dialog
Style
Desktop
Otions
Link copied to clipboard
jvm
constructor
(
dialogTitle
:
String
,
position
:
WindowPosition
,
width
:
Dp
,
height
:
Dp
)
Properties
dialog
Title
Link copied to clipboard
jvm
val
dialogTitle
:
String
height
Link copied to clipboard
jvm
val
height
:
Dp
position
Link copied to clipboard
jvm
val
position
:
WindowPosition
width
Link copied to clipboard
jvm
val
width
:
Dp