toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-compose
/
io.getstream.chat.android.compose.ui.theme
/
ComponentOffset
Component
Offset
data
class
ComponentOffset
(
val
x
:
Dp
,
val
y
:
Dp
)
Represents the offset of a component.
Parameters
x
The x offset.
y
The y offset.
Members
Constructors
Component
Offset
Link copied to clipboard
constructor
(
x
:
Dp
,
y
:
Dp
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
Dp
y
Link copied to clipboard
val
y
:
Dp