int-ui-standalone
0.6.1
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiMenuStyle
/
Companion
Companion
object
Companion
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
svgLoader
:
SvgLoader
,
colors
:
IntUiMenuColors
=
IntUiMenuColors.dark()
,
metrics
:
IntUiMenuMetrics
=
IntUiMenuMetrics()
,
icons
:
IntUiMenuIcons
=
intUiMenuIcons(svgLoader)
)
:
IntUiMenuStyle
light
Link copied to clipboard
@
Composable
fun
light
(
svgLoader
:
SvgLoader
,
colors
:
IntUiMenuColors
=
IntUiMenuColors.light()
,
metrics
:
IntUiMenuMetrics
=
IntUiMenuMetrics()
,
icons
:
IntUiMenuIcons
=
intUiMenuIcons(svgLoader)
)
:
IntUiMenuStyle