toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-layout-testing
/
app.cash.redwood.layout.testing
/
SpacerValue
Spacer
Value
class
SpacerValue
(
val
modifier
:
Modifier
=
Modifier
,
val
width
:
Dp
=
Dp(0.0)
,
val
height
:
Dp
=
Dp(0.0)
)
:
WidgetValue
Members
Constructors
Spacer
Value
Link copied to clipboard
constructor
(
modifier
:
Modifier
=
Modifier
,
width
:
Dp
=
Dp(0.0)
,
height
:
Dp
=
Dp(0.0)
)
Properties
children
Lists
Link copied to clipboard
open
override
val
childrenLists
:
List
<
List
<
WidgetValue
>
>
height
Link copied to clipboard
val
height
:
Dp
modifier
Link copied to clipboard
open
override
val
modifier
:
Modifier
width
Link copied to clipboard
val
width
:
Dp
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Debug
String
Link copied to clipboard
open
override
fun
toDebugString
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
Widget
Link copied to clipboard
open
override
fun
<
W
:
Any
>
toWidget
(
widgetSystem
:
WidgetSystem
<
W
>
)
:
Widget
<
W
>