redwood
Toggle table of contents
0.18.0
jvm
Platform filter
jvm
Switch theme
Search in API
redwood
redwood-ui-basic-schema
/
app.cash.redwood.ui.basic
/
Image
Image
data
class
Image
(
val
url
:
String
,
val
onClick
:
(
)
->
Unit
?
=
null
)
Members
Constructors
Image
Link copied to clipboard
constructor
(
url
:
String
,
onClick
:
(
)
->
Unit
?
=
null
)
Properties
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
?
=
null
url
Link copied to clipboard
val
url
:
String