redwood
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
redwood
redwood-ui-basic-widget
/
app.cash.redwood.ui.basic.widget
/
RedwoodUiBasicWidgetFactory
Redwood
Ui
Basic
Widget
Factory
@
ObjCName
(
name
=
"RedwoodUiBasicWidgetFactory"
,
exact
=
true
)
interface
RedwoodUiBasicWidgetFactory
<
W
:
Any
>
Members
Functions
Button
Link copied to clipboard
abstract
fun
Button
(
)
:
Button
<
W
>
{tag=4}
Image
Link copied to clipboard
abstract
fun
Image
(
)
:
Image
<
W
>
{tag=3}
Reuse
Link copied to clipboard
abstract
fun
Reuse
(
value
:
W
,
modifier
:
Reuse
)
Text
Link copied to clipboard
abstract
fun
Text
(
)
:
Text
<
W
>
{tag=2}
Text
Input
Link copied to clipboard
abstract
fun
TextInput
(
)
:
TextInput
<
W
>
{tag=1}