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
/
ComposedLayout
Composed
Layout
@
Composable
fun
ComposedLayout
(
modifier
:
Modifier
=
Modifier.fillMaxSize()
,
bgColor
:
Color
?
=
null
,
content
:
@
Composable
(
)
->
Unit
=
{ Content() }
)