toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-cssom-core
/
web.cssom
/
TextShadow
Text
Shadow
inline
fun
TextShadow
(
offsetX
:
Length
,
offsetY
:
Length
)
:
TextShadow
(
source
)
inline
fun
TextShadow
(
offsetX
:
Length
,
offsetY
:
Length
,
color
:
Color
)
:
TextShadow
(
source
)
inline
fun
TextShadow
(
offsetX
:
Length
,
offsetY
:
Length
,
blurRadius
:
Length
)
:
TextShadow
(
source
)
inline
fun
TextShadow
(
offsetX
:
Length
,
offsetY
:
Length
,
blurRadius
:
Length
,
color
:
Color
)
:
TextShadow
(
source
)