redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-testing
/
app.cash.redwood.ui.basic.testing
/
ImageValue
Image
Value
class
ImageValue
(
val
modifier
:
Modifier
=
Modifier
,
val
url
:
String
,
val
onClick
:
(
)
->
Unit
?
=
null
)
:
WidgetValue
Members
Constructors
Image
Value
Link copied to clipboard
constructor
(
modifier
:
Modifier
=
Modifier
,
url
:
String
,
onClick
:
(
)
->
Unit
?
=
null
)
Properties
children
Lists
Link copied to clipboard
open
override
val
childrenLists
:
List
<
List
<
WidgetValue
>
>
modifier
Link copied to clipboard
open
override
val
modifier
:
Modifier
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
?
=
null
url
Link copied to clipboard
val
url
:
String
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
>