Dialog

@Stable
abstract class Dialog<R : Any> : Floating<Unit>

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

是否打开

Functions

Link copied to clipboard
open override fun close()

关闭

Link copied to clipboard
@Composable
abstract fun Land()