DialogProgress

@Stable
class DialogProgress<R : Any> : DialogTemplate<R>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

是否打开

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()

关闭

Link copied to clipboard
@Composable
open override fun Land()
Link copied to clipboard
suspend fun open(title: String? = ValueTheme.runtime(), block: suspend DialogProgress<R>.() -> R): R?