toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.theme
/
BITAppTheme
BITApp
Theme
@
Composable
fun
BITAppTheme
(
darkTheme
:
Boolean
=
isSystemInDarkTheme()
,
dynamicColor
:
Boolean
=
true
,
statusBarColor
:
Color
?
=
null
,
content
:
@
Composable
(
)
->
Unit
)