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
/
boxShadow
box
Shadow
fun
Modifier
.
boxShadow
(
boxShadow
:
BoxShadow
?
)
:
Modifier
(
source
)
Box shadow of the current component.
fun
Modifier
.
boxShadow
(
hOffset
:
CssSize
?
=
null
,
vOffset
:
CssSize
?
=
null
,
blurRadius
:
CssSize
?
=
null
,
spreadRadius
:
CssSize
?
=
null
,
color
:
Color
?
=
null
,
inset
:
Boolean
=
false
)
:
Modifier
(
source
)
Set the box shadow of the current component.