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
/
sizeIn
size
In
fun
Modifier
.
sizeIn
(
minWidth
:
CssSize
?
=
null
,
minHeight
:
CssSize
?
=
null
,
maxWidth
:
CssSize
?
=
null
,
maxHeight
:
CssSize
?
=
null
)
:
Modifier
(
source
)
Constrain the size (both width and height) of the component to be between min and max.