Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.app
/
love.yinlin.compose
/
Application
Application
@
Stable
abstract
class
Application
<
out
A
:
Application
<
A
>
>
(
self
:
BaseLazyReference
<
A
>
,
delegate
:
PlatformContextDelegate
)
:
Service
Inheritors
PlatformApplication
Members
Constructors
Application
Link copied to clipboard
constructor
(
self
:
BaseLazyReference
<
A
>
,
delegate
:
PlatformContextDelegate
)
Properties
context
Link copied to clipboard
val
context
:
Context
Functions
Composed
Layout
Link copied to clipboard
@
Composable
fun
ComposedLayout
(
modifier
:
Modifier
=
Modifier.fillMaxSize()
,
bgColor
:
Color
?
=
null
,
content
:
@
Composable
(
)
->
Unit
=
{ Content() }
)
Content
Link copied to clipboard
@
Composable
abstract
fun
Content
(
)
startup
Link copied to clipboard
inline
fun
<
T
:
Startup
>
startup
(
)
:
T
?