LazyGridItemEntranceDelayScope

Describes an entering item's position relative to the currently visible grid items.

Offsets start at zero at the edge from which the entrance sequence proceeds. Their direction accounts for the grid orientation and scrollContext, so delay implementations can be shared by vertical and horizontal grids.

Properties

Link copied to clipboard
val column: Int

The item's absolute grid column, coerced to zero when unavailable.

Link copied to clipboard

The item's slot offset along the axis perpendicular to scrolling.

Link copied to clipboard

The item's absolute index in the lazy grid content.

Link copied to clipboard

The item's flattened, main-axis-first slot offset. Spanned or unoccupied grid slots can produce gaps between offsets.

Link copied to clipboard

The item's line offset along the scrolling axis.

Link copied to clipboard
val row: Int

The item's absolute grid row, coerced to zero when unavailable.

Link copied to clipboard

The grid's most recently observed scrolling context.