LazyListSnapperLayoutInfo
constructor(lazyListState: LazyListState, snapOffsetForItem: (layoutInfo: SnapperLayoutInfo, item: SnapperLayoutItemInfo) -> Int, endContentPadding: Int = 0)(source)
Parameters
lazyListState
The LazyListState to update.
snapOffsetForItem
Block which returns which offset the given item should 'snap' to. See SnapOffsets for provided values.
endContentPadding
The amount of content padding on the end edge of the lazy list in pixels (end/bottom depending on the scrolling direction).