Application

@Stable
abstract class Application<out A : Application<A>>(self: BaseLazyReference<A>, delegate: PlatformContextDelegate) : Service

Inheritors

Constructors

Link copied to clipboard
constructor(self: BaseLazyReference<A>, delegate: PlatformContextDelegate)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@Composable
fun ComposedLayout(modifier: Modifier = Modifier.fillMaxSize(), bgColor: Color? = null, content: @Composable () -> Unit = { Content() })
Link copied to clipboard
@Composable
abstract fun Content()
Link copied to clipboard
inline fun <T : Startup> startup(): T?