offset

open override val offset: Int

The distance to the fraction of the view in pixels.

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

Keyline position = 500 * 0.5f + 100 = 350