Compose 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
Compose 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