kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-jetpack
/
dev.kilua.compose.ui
/
textShadow
text
Shadow
fun
Modifier
.
textShadow
(
textShadow
:
TextShadow
?
)
:
Modifier
(
source
)
CSS Text shadow of the current component.
fun
Modifier
.
textShadow
(
hShadow
:
CssSize
?
=
null
,
vShadow
:
CssSize
?
=
null
,
blurRadius
:
CssSize
?
=
null
,
color
:
Color
?
=
null
)
:
Modifier
(
source
)
Set the CSS Text shadow of the current component.