compose-multiplatform-html-unified
Toggle table of contents
common
composeUi
js
Target filter
common
composeUi
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.foundation.layout
/
sizeIn
size
In
common
composeUi
js
@
Stable
expect
fun
Modifier
.
sizeIn
(
minWidth
:
Dp
=
Dp.Unspecified
,
minHeight
:
Dp
=
Dp.Unspecified
,
maxWidth
:
Dp
=
Dp.Unspecified
,
maxHeight
:
Dp
=
Dp.Unspecified
)
:
Modifier
(
source
)
@
Stable
actual
fun
Modifier
.
sizeIn
(
minWidth
:
Dp
,
minHeight
:
Dp
,
maxWidth
:
Dp
,
maxHeight
:
Dp
)
:
Modifier
(
source
)
@
Stable
actual
fun
Modifier
.
sizeIn
(
minWidth
:
Dp
,
minHeight
:
Dp
,
maxWidth
:
Dp
,
maxHeight
:
Dp
)
:
Modifier
(
source
)