ComponentOffset

data class ComponentOffset(val x: Dp, val y: Dp)

Represents the offset of a component.

Parameters

x

The x offset.

y

The y offset.

Constructors

Link copied to clipboard
constructor(x: Dp, y: Dp)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Dp
Link copied to clipboard
val y: Dp