LazyGridThreshold
Configuration class for determining when to load more items in a LazyVerticalGrid or LazyHorizontalGrid.
Loading more items is triggered when both of the following conditions are met:
The number of remaining items is less than or equal to remainingItems
The ratio of remaining items to total items is less than or equal to remainingRatio