coui-ui
Toggle table of contents
1.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
coui-ui
coui-ui
/
io.github.suqi8.coui.kmp.utils
/
COUIPopupUtils
COUIPopup
Utils
class
COUIPopupUtils
A util class for show popup and dialog.
Members
Constructors
COUIPopup
Utils
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Dialog
State
Link copied to clipboard
@
Stable
class
DialogState
(
val
showState
:
MutableState
<
Boolean
>
,
val
zIndex
:
Float
)
Popup
State
Link copied to clipboard
@
Stable
class
PopupState
(
val
showState
:
MutableState
<
Boolean
>
,
val
zIndex
:
Float
)