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
/
maxSize
max
Size
fun
Modifier
.
maxSize
(
size
:
CssSize
?
)
:
Modifier
(
source
)
fun
Modifier
.
maxSize
(
width
:
CssSize
?
,
height
:
CssSize
?
)
:
Modifier
(
source
)
Set the maximal size (both width and height) of the current component.