TransformingLazyColumnLayoutInfo

sealed interface TransformingLazyColumnLayoutInfo


Holds the layout information for a TransformingLazyColumn.

Summary

Public properties

Int

The content padding in pixels applied after the last item in the direction of scrolling.

Int

The content padding in pixels applied before the first item in the direction of scrolling.

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

afterContentPadding

Added in 1.5.0-alpha07
val afterContentPaddingInt

The content padding in pixels applied after the last item in the direction of scrolling.

beforeContentPadding

Added in 1.5.0-alpha07
val beforeContentPaddingInt

The content padding in pixels applied before the first item in the direction of scrolling.

totalItemsCount

Added in 1.5.0-alpha07
val totalItemsCountInt

The total count of items passed to TransformingLazyColumn.

viewportSize

Added in 1.5.0-alpha07
val viewportSizeIntSize

The size of the viewport in pixels.

visibleItems

Added in 1.5.0-alpha07
val visibleItemsList<TransformingLazyColumnVisibleItemInfo>

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