isAtTop

Checks if the lazy list is scrolled to the top.

Return

True if the first visible item is the first item in the list (index 0) and its scroll offset is 0, indicating it's fully visible at the top. False otherwise.