toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-runtime
/
app.cash.redwood.ui
/
Size
Size
@
Serializable
class
Size
(
val
width
:
Dp
,
val
height
:
Dp
)
A two-dimensional size measured in density-independent pixels.
Members
Constructors
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