OffsetConstructs an Offset from the given relative [x] and [y] offsetsCompose API Reference Compose UI Geometry Offset Function Common inline fun Offset(x: Float, y: Float) = Offset(packFloats(x, y)) Constructs an Offset from the given relative x and y offsets