Package-level declarations

Functions

Link copied to clipboard
@Composable
fun Deferred(content: @Composable () -> Unit)

Defer the target content from rendering until the main content is finished.

Link copied to clipboard
@Composable
fun DeferringHost(content: @Composable () -> Unit)

Wraps a scope within which users can declare Deferred blocks.