Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.theme
/
love.yinlin.compose
/
Theme
Theme
@
Composable
fun
Theme
(
themeMode
:
ThemeMode
=
ThemeMode.SYSTEM
,
fontScale
:
Float
=
1.0f
,
mainFontResource
:
FontResource
?
=
null
,
background
:
Color
?
=
null
,
colorSystem
:
ColorSystem
=
ColorSystem.Default
,
typographyTheme
:
TypographyTheme
=
TypographyTheme.Default
,
shapeTheme
:
ShapeTheme
=
ShapeTheme.Default
,
geometryTheme
:
GeometryTheme
=
GeometryTheme.Default
,
animationTheme
:
AnimationTheme
=
AnimationTheme.Default
,
toolingTheme
:
ToolingTheme
=
ToolingTheme.Default
,
valueTheme
:
ValueTheme
=
ValueTheme.Default
,
modifier
:
Modifier
=
Modifier.fillMaxSize()
,
content
:
@
Composable
(
)
->
Unit
)