toggle menu
ui
0.21.0
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui
/
focusOutline
focus
Outline
@
Composable
fun
Modifier
.
focusOutline
(
state
:
FocusableComponentState
,
outlineShape
:
Shape
,
alignment
:
Stroke.Alignment
=
Stroke.Alignment.Outside
,
outlineWidth
:
Dp
=
JewelTheme.globalMetrics.outlineWidth
,
expand
:
Dp
=
Dp.Unspecified
)
:
Modifier
@
Composable
fun
Modifier
.
focusOutline
(
showOutline
:
Boolean
,
outlineShape
:
Shape
,
alignment
:
Stroke.Alignment
=
Stroke.Alignment.Outside
,
outlineWidth
:
Dp
=
JewelTheme.globalMetrics.outlineWidth
,
expand
:
Dp
=
Dp.Unspecified
)
:
Modifier