RAGS - v1.10.0
Preparing search index...
widgets/overlay
newOverlay
Function newOverlay
newOverlay
<
Child
extends
Widget
=
Widget
,
OverlayChild
extends
Widget
=
Widget
,
Attr
=
unknown
,
>
(
...
props
:
[
props
:
OverlayProps
<
Child
,
OverlayChild
,
Attr
,
Overlay
<
Child
,
OverlayChild
,
Attr
>
,
>
,
child
?:
Child
,
...
overlays
:
Widget
[]
,
]
,
)
:
Overlay
<
Child
,
OverlayChild
,
Attr
>
Creates a new Overlay widget for stacking children on top of each other.
Type Parameters
Child
extends
Widget
=
Widget
OverlayChild
extends
Widget
=
Widget
Attr
=
unknown
Parameters
...
props
:
[
props
:
OverlayProps
<
Child
,
OverlayChild
,
Attr
,
Overlay
<
Child
,
OverlayChild
,
Attr
>
,
>
,
child
?:
Child
,
...
overlays
:
Widget
[]
,
]
Returns
Overlay
<
Child
,
OverlayChild
,
Attr
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
RAGS - v1.10.0
Loading...
Creates a new Overlay widget for stacking children on top of each other.