RAGS - v1.10.0
Preparing search index...
widgets/stack
newStack
Function newStack
newStack
<
Children
extends
{
[
name
:
string
]:
Widget
}
=
{
[
name
:
string
]:
Widget
}
,
Attr
=
unknown
,
>
(
...
props
:
[
props
:
StackProps
<
Children
,
Attr
,
Stack
<
Children
,
Attr
>
>
,
children
?:
Children
,
]
,
)
:
Stack
<
Children
,
Attr
>
Creates a new Stack widget that shows one child at a time with transitions.
Type Parameters
Children
extends
{
[
name
:
string
]:
Widget
}
=
{
[
name
:
string
]:
Widget
}
Attr
=
unknown
Parameters
...
props
:
[
props
:
StackProps
<
Children
,
Attr
,
Stack
<
Children
,
Attr
>
>
,
children
?:
Children
]
Returns
Stack
<
Children
,
Attr
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
RAGS - v1.10.0
Loading...
Creates a new Stack widget that shows one child at a time with transitions.