toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-runtime
/
app.cash.redwood.ui
/
Margin
Margin
@
Immutable
@
Serializable
class
Margin
(
val
start
:
Dp
=
0.dp
,
val
end
:
Dp
=
0.dp
,
val
top
:
Dp
=
0.dp
,
val
bottom
:
Dp
=
0.dp
)
Members
Constructors
Margin
Link copied to clipboard
constructor
(
start
:
Dp
=
0.dp
,
end
:
Dp
=
0.dp
,
top
:
Dp
=
0.dp
,
bottom
:
Dp
=
0.dp
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Dp
end
Link copied to clipboard
val
end
:
Dp
start
Link copied to clipboard
val
start
:
Dp
top
Link copied to clipboard
val
top
:
Dp
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String