Package 

Class ScrollAwayKt

    • Method Summary

      Modifier and Type Method Description
      final static Modifier scrollAway(Modifier $self, ScalingLazyColumnState scalingLazyColumnState) Scroll an item vertically in/out of view based on a ScalingLazyListState.
      final static Modifier scrollAway(Modifier $self, Function0<ScrollableState> scrollableState) Scroll an item vertically in/out of view based on a ScrollState.
      • Methods inherited from class java.lang.Object

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

      • scrollAway

         final static Modifier scrollAway(Modifier $self, ScalingLazyColumnState scalingLazyColumnState)

        Scroll an item vertically in/out of view based on a ScalingLazyListState. Typically used to scroll a TimeText item out of view as the user starts to scroll a ScalingLazyColumn of items upwards and bring additional items into view.

        Parameters:
        scalingLazyColumnState - The list config.
      • scrollAway

         final static Modifier scrollAway(Modifier $self, Function0<ScrollableState> scrollableState)

        Scroll an item vertically in/out of view based on a ScrollState. Typically used to scroll a TimeText item out of view as the user starts to scroll a vertically scrollable Column of items upwards and bring additional items into view.