Package 

Class WidthConstrainedBoxKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit WidthConstrainedBox(List<Dp> widths, Dp comfortableHeight, Function0<Unit> content) A repeated preview to allow seeing the same component at multiple widths.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.