shouldExitRange

abstract fun shouldExitRange(position: Int, firstVisibleIndex: Int, lastVisibleIndex: Int, firstFullyVisibleIndex: Int, lastFullyVisibleIndex: Int): Boolean

Return true to trigger @OnExitedRange method defined in the component, do nothing otherwise.