Class

TransformingLazyColumnAnchorType

Represents the part of the item that should remain fixed when it is requested as a layout anchor viaTransformingLazyColumnState.requestAnchorItem.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public value class TransformingLazyColumnAnchorType internal constructor(internal val type: Int)

Represents the part of the item that should remain fixed when it is requested as a layout anchor viaTransformingLazyColumnState.requestAnchorItem.

Companion Object

Properties

Android
public val ItemTop: TransformingLazyColumnAnchorType

Anchors the visual top edge of the item to its current position on the screen. If the item's height grows, it will expand downwards. This behavior is absolute and remains the same regardless of the list's reverseLayout direction.

Android
public val ItemBottom: TransformingLazyColumnAnchorType

Anchors the visual bottom edge of the item to its current position on the screen. If the item's height grows, it will expand upwards. This behavior is absolute and remains the same regardless of the list's reverseLayout direction.