int-ui-standalone
0.13.1
jvm
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone.theme
/
IntUiTheme
Int
Ui
Theme
@
Composable
fun
IntUiTheme
(
isDark
:
Boolean
=
false
,
swingCompatMode
:
Boolean
=
false
,
content
:
@
Composable
(
)
->
Unit
)
@
Composable
fun
IntUiTheme
(
theme
:
ThemeDefinition
,
styling
:
ComponentStyling
,
swingCompatMode
:
Boolean
=
false
,
content
:
@
Composable
(
)
->
Unit
)