toggle menu
redwood
0.15.0
jvm
switch theme
search in API
redwood-layout-schema
/
app.cash.redwood.layout
/
Size
Size
data
class
Size
(
val
width
:
Dp
,
val
height
:
Dp
)
Set a required width and height for an item.
Members
Constructors
Size
Link copied to clipboard
constructor
(
width
:
Dp
,
height
:
Dp
)
Properties
height
Link copied to clipboard
val
height
:
Dp
width
Link copied to clipboard
val
width
:
Dp