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
/
heightIn
height
In
common
composeUi
js
@
Stable
expect
fun
Modifier
.
heightIn
(
min
:
Dp
=
Dp.Unspecified
,
max
:
Dp
=
Dp.Unspecified
)
:
Modifier
(
source
)
@
Stable
actual
fun
Modifier
.
heightIn
(
min
:
Dp
,
max
:
Dp
)
:
Modifier
(
source
)
@
Stable
actual
fun
Modifier
.
heightIn
(
min
:
Dp
,
max
:
Dp
)
:
Modifier
(
source
)