toggle menu
Orbit Compose
android
switch theme
search in API
ui
/
kiwi.orbit.compose.ui
/
OrbitTheme
Orbit
Theme
@
Composable
fun
OrbitTheme
(
colors
:
Colors
=
OrbitTheme.colors
,
typography
:
Typography
=
OrbitTheme.typography
,
shapes
:
Shapes
=
OrbitTheme.shapes
,
content
:
@
Composable
(
)
->
Unit
)