rangeRatio

Ratio to determine the number of components before and after the androidx.recyclerview.widget.RecyclerView's total number of currently visible items to have their com.facebook.litho.Component layout computed ahead of time.

e.g total number of visible items = 5 rangeRatio = 10 total number of items before the 1st visible item to be computed = 5 * 10 = 50 total number of items after the last visible item to be computed = 5 * 10 = 50