toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-layout-widget
/
app.cash.redwood.layout.widget
/
RedwoodLayoutWidgetFactory
Redwood
Layout
Widget
Factory
@
ObjCName
(
name
=
"RedwoodLayoutWidgetFactory"
,
exact
=
true
)
interface
RedwoodLayoutWidgetFactory
<
W
:
Any
>
Members
Functions
Box
Link copied to clipboard
abstract
fun
Box
(
)
:
Box
<
W
>
{tag=4}
Column
Link copied to clipboard
abstract
fun
Column
(
)
:
Column
<
W
>
{tag=2}
Row
Link copied to clipboard
abstract
fun
Row
(
)
:
Row
<
W
>
{tag=1}
Spacer
Link copied to clipboard
abstract
fun
Spacer
(
)
:
Spacer
<
W
>
{tag=3}