TransformingLazyColumnLayoutInfo

sealed interface TransformingLazyColumnLayoutInfo


Holds the layout information for a TransformingLazyColumn.

Summary

Public properties

Int

The total count of items passed to TransformingLazyColumn.

IntSize

The size of the viewport in pixels.

List<TransformingLazyColumnVisibleItemInfo>

A list of TransformingLazyColumnVisibleItemInfo objects representing the visible items in the list.

Public properties

totalItemsCount

Added in 1.5.0-alpha04
val totalItemsCountInt

The total count of items passed to TransformingLazyColumn.

viewportSize

Added in 1.5.0-alpha04
val viewportSizeIntSize

The size of the viewport in pixels.

visibleItems

Added in 1.5.0-alpha04
val visibleItemsList<TransformingLazyColumnVisibleItemInfo>

A list of TransformingLazyColumnVisibleItemInfo objects representing the visible items in the list.