int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiButtonStyle
/
Outlined
Outlined
object
Outlined
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
colors
:
IntUiButtonColors
=
IntUiButtonColors.Outlined.dark()
,
metrics
:
IntUiButtonMetrics
=
IntUiButtonMetrics.Outlined.create()
)
:
ButtonStyle
light
Link copied to clipboard
@
Composable
fun
light
(
colors
:
IntUiButtonColors
=
IntUiButtonColors.Outlined.light()
,
metrics
:
IntUiButtonMetrics
=
IntUiButtonMetrics.Outlined.create()
)
:
ButtonStyle