-
public final class WidthConstrainedBoxKt
-
-
Method Summary
Modifier and Type Method Description final static UnitWidthConstrainedBox(List<Dp> widths, Dp comfortableHeight, Function0<Unit> content)A repeated preview to allow seeing the same component at multiple widths. -
-
Method Detail
-
WidthConstrainedBox
@Composable() final static Unit WidthConstrainedBox(List<Dp> widths, Dp comfortableHeight, Function0<Unit> content)
A repeated preview to allow seeing the same component at multiple widths.
-
-
-
-