Relative
data class Relative(val top: Float? = null, val left: Float? = null, val right: Float? = null, val bottom: Float? = null) : Position(source)
The item participates in flex flow; top, left, right, and bottom offsets shift its painted position without affecting sibling layout. Mirrors CSS position: relative.