kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
compose-html-ext
/
com.varabyte.kobweb.compose.css
/
textShadow
text
Shadow
fun
StyleScope
.
textShadow
(
offsetX
:
CSSLengthNumericValue
,
offsetY
:
CSSLengthNumericValue
,
blurRadius
:
CSSLengthNumericValue
?
=
null
,
color
:
CSSColorValue
?
=
null
)
(
source
)
fun
StyleScope
.
textShadow
(
vararg
textShadows
:
CSSTextShadow
)
(
source
)
fun
StyleScope
.
textShadow
(
textShadow
:
TextShadow
)
(
source
)