LazyLoadStrategy
Interface that defines the strategy for determining when to load more items.
Implement this interface to customize when the infinite scrolling should trigger the load more callback based on the current scroll state.
Parameters
T
The type of scrollable state to evaluate