public sealed interface TransformingLazyColumnVisibleItemInfo
Represents an item that is visible in the TransformingLazyColumn component.
Properties
index
public val index: Int
The index of the item in the underlying data source.
offset
public val offset: Int
The offset of the item from the start of the visible area.
transformedHeight
public val transformedHeight: Int
The height of the item after applying height transformation.
measuredHeight
public val measuredHeight: Int
The height of the item returned during the measurement phase and before height transformation is applied.
scrollProgress
public val scrollProgress: TransformingLazyColumnItemScrollProgress
The scroll progress of the item, indicating its position within the visible area.
key
public val key: Any
The key of the item which was passed to the item() or items() function.
contentType
public val contentType: Any?
The content type of the item which was passed to the item() or items() function.