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
/
borderTop
border
Top
fun
Modifier
.
borderTop
(
borderTop
:
Border
?
)
:
Modifier
(
source
)
Top border of the current component.
fun
Modifier
.
borderTop
(
width
:
CssSize
?
=
null
,
style
:
BorderStyle
?
=
null
,
color
:
Color
?
=
null
)
:
Modifier
(
source
)
Set the top border of the current component.