int-ui-standalone
0.5.0
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiLazyTreeStyle
/
Companion
Companion
object
Companion
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
svgLoader
:
SvgLoader
,
colors
:
IntUiLazyTreeColors
=
IntUiLazyTreeColors.dark()
,
metrics
:
IntUiLazyTreeMetrics
=
IntUiLazyTreeMetrics()
,
icons
:
IntUiLazyTreeIcons
=
intUiLazyTreeIcons(svgLoader)
)
:
IntUiLazyTreeStyle
light
Link copied to clipboard
@
Composable
fun
light
(
svgLoader
:
SvgLoader
,
colors
:
IntUiLazyTreeColors
=
IntUiLazyTreeColors.light()
,
metrics
:
IntUiLazyTreeMetrics
=
IntUiLazyTreeMetrics()
,
icons
:
IntUiLazyTreeIcons
=
intUiLazyTreeIcons(svgLoader)
)
:
IntUiLazyTreeStyle