This represents a single measured page in a Pager layout.

Summary

Public properties

Int

The index of this page.

Cmn
Any

The key of the page which was passed to the HorizontalPager or VerticalPager composables.

Cmn
Int

The main axis offset of the item in pixels.

Cmn

Public properties

index

val indexInt

The index of this page.

key

val keyAny

The key of the page which was passed to the HorizontalPager or VerticalPager composables.

offset

val offsetInt

The main axis offset of the item in pixels. It is relative to the start of the Pager container.