toggle menu
int-ui-standalone
0.22.2
jvm
switch theme
search in API
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone.styling
/
IntUiEditorTabStyleFactory
Int
Ui
Editor
Tab
Style
Factory
object
IntUiEditorTabStyleFactory
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
colors
:
TabColors
=
TabColors.Editor.dark()
,
metrics
:
TabMetrics
=
TabMetrics.defaults()
,
icons
:
TabIcons
=
TabIcons.defaults()
,
contentAlpha
:
TabContentAlpha
=
TabContentAlpha.editor()
)
:
TabStyle
light
Link copied to clipboard
@
Composable
fun
light
(
colors
:
TabColors
=
TabColors.Editor.light()
,
metrics
:
TabMetrics
=
TabMetrics.defaults()
,
icons
:
TabIcons
=
TabIcons.defaults()
,
contentAlpha
:
TabContentAlpha
=
TabContentAlpha.editor()
)
:
TabStyle