Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set proper size boundaries for `limits` in `Stack::layout` | 2024-04-27 | 1 | -1/+2 | |
| | |||||
* | Respect `width` and `height` properties when `Stack` is empty | 2024-04-27 | 1 | -1/+5 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Use `Limits::resolve` in `Stack` widget | 2024-04-25 | 1 | -2/+3 | |
| | |||||
* | Fix documentation of `stack` module | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Implement `Stack` widget | 2024-04-25 | 1 | -0/+327 | |
It can be used to stack elements on top of each other! |