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
/
textShadow
text
Shadow
fun
Modifier
.
textShadow
(
offsetX
:
CSSLengthNumericValue
,
offsetY
:
CSSLengthNumericValue
,
blurRadius
:
CSSLengthNumericValue
?
=
null
,
color
:
CSSColorValue
?
=
null
)
:
Modifier
(
source
)
fun
Modifier
.
textShadow
(
vararg
shadows
:
CSSTextShadow
)
:
Modifier
(
source
)
fun
Modifier
.
textShadow
(
vararg
shadows
:
TextShadow.Listable
)
:
Modifier
(
source
)
fun
Modifier
.
textShadow
(
shadows
:
List
<
TextShadow.Listable
>
)
:
Modifier
(
source
)
fun
Modifier
.
textShadow
(
textShadow
:
TextShadow
)
:
Modifier
(
source
)