redwood
Toggle table of contents
0.18.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
redwood
redwood-ui-basic-view
/
app.cash.redwood.ui.basic.view
/
ViewRedwoodUiBasicWidgetFactory
View
Redwood
Ui
Basic
Widget
Factory
class
ViewRedwoodUiBasicWidgetFactory
(
context
:
Context
,
imageLoader
:
ImageLoader
)
:
RedwoodUiBasicWidgetFactory
<
View
>
Members
Constructors
View
Redwood
Ui
Basic
Widget
Factory
Link copied to clipboard
constructor
(
context
:
Context
,
imageLoader
:
ImageLoader
)
Functions
Button
Link copied to clipboard
open
override
fun
Button
(
)
:
Button
<
View
>
Image
Link copied to clipboard
open
override
fun
Image
(
)
:
Image
<
View
>
Reuse
Link copied to clipboard
open
override
fun
Reuse
(
value
:
View
,
modifier
:
Reuse
)
Text
Link copied to clipboard
open
override
fun
Text
(
)
:
Text
<
View
>
Text
Input
Link copied to clipboard
open
override
fun
TextInput
(
)
:
TextInput
<
View
>