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
/
ComponentSize
Component
Size
data
class
ComponentSize
(
val
width
:
Dp
,
val
height
:
Dp
)
Represents the size of a component.
Parameters
width
The width of the component.
height
The height of the component.
Members
Constructors
Component
Size
Link copied to clipboard
constructor
(
width
:
Dp
,
height
:
Dp
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
height
Link copied to clipboard
val
height
:
Dp
width
Link copied to clipboard
val
width
:
Dp