kobweb
Toggle table of contents
0.22.0
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.ui.modifiers
/
outlineWidth
outline
Width
fun
Modifier
.
outlineWidth
(
outlineWidth
:
OutlineWidth
)
:
Modifier
(
source
)
fun
Modifier
.
outlineWidth
(
value
:
CSSLengthNumericValue
)
:
Modifier
(
source
)
Deprecated
Use `Modifier.outline { ... }` instead.
Replace with
outline { width(value) }
Content copied to clipboard