focus Item
suspend fun focusItem(itemIndex: Int, animateScroll: Boolean = false, scrollOffset: Int = 0, skipScroll: Boolean = false)
Focuses on the item at the specified index within the lazy list.
Parameters
item Index
The index of the item to focus on.
animate Scroll
Whether to animate the scroll to the focused item.
scroll Offset
The scroll offset for the focused item.
skip Scroll
Whether to skip the scroll to the focused item.