Package 

Class ZoomableLazyColumnKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit ZoomableLazyColumn(Modifier modifier, Float minScale, Float maxScale, LazyListState state, PaddingValues contentPadding, Boolean reverseLayout, Arrangement.Vertical verticalArrangement, Alignment.Horizontal horizontalAlignment, FlingBehavior flingBehavior, Boolean userScrollEnabled, Function1<Float, Unit> onScaleChanged, Function1<LazyListScope, Unit> content)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • ZoomableLazyColumn

        @Composable() final static Unit ZoomableLazyColumn(Modifier modifier, Float minScale, Float maxScale, LazyListState state, PaddingValues contentPadding, Boolean reverseLayout, Arrangement.Vertical verticalArrangement, Alignment.Horizontal horizontalAlignment, FlingBehavior flingBehavior, Boolean userScrollEnabled, Function1<Float, Unit> onScaleChanged, Function1<LazyListScope, Unit> content)