Expand description
Group container widget.
A composition primitive that renders multiple child widgets into the same area in deterministic order. Unlike layout containers (Flex, Grid), Group does not reposition children — each child receives the full parent area and is rendered in sequence, with later children drawn on top of earlier ones.
This is useful for layering decorations, overlays, or combining widgets that partition the area themselves.
Structs§
- Group
- A composite container that renders multiple widgets in order.