offset

val offset: Int

The distance added to the fraction of the RecyclerView in pixels.

E.g fraction = 0.5f, offset = 100, RecyclerView's height = 500

Keyline position = 500 * 0.5f + 100 = 350