← Back to Foundation Layout
MinIntrinsicHeight
Component
in
Foundation Layout
. Since 0.1.0-dev15Overview
Examples
Community Notes
Layout composable that forces its child to be as tall as its min intrinsic height. If incoming constraints do not allow this, the closest possible height will be used.
Overloads
MinIntrinsicHeight
@Deprecated(
"This component is deprecated. " +
"Please use the preferredHeight(IntrinsicSize.Min) modifier instead."
)
@Composable
fun MinIntrinsicHeight(children: @Composable () -> Unit)
Previous Component← MaxIntrinsicWidth
Next ComponentMinIntrinsicWidth →