Stack Widget#
Stack is a widget which overlays its children on top of each other.
Usage#
Stack.create(
Text.create("First child"),
Text.create("Second child"),
Text.create("Third child"),
);
From here you can search these documents. Enter your search terms below.
| Keys | Action |
|---|---|
| ? | Open this help |
| n | Next page |
| p | Previous page |
| s | Search |