toggle menu
designsystem
androidJvm
switch theme
search in API
designsystem
/
com.terning.core.designsystem.theme
/
TerningPointTheme
Terning
Point
Theme
@
Composable
fun
TerningPointTheme
(
darkTheme
:
Boolean
=
isSystemInDarkTheme()
,
dynamicColor
:
Boolean
=
true
,
content
:
@
Composable
(
)
->
Unit
)