redwood
Toggle table of contents
0.17.0
common
Platform filter
common
Switch theme
Search in API
redwood
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