shaffex

Spacer

Description

A flexible space that expands along the major axis of its containing stack layout, or on both axes if not contained in a stack.

Example

<body>
    <hstack>
        <text>Leading</text>
        <spacer/>
        <text>Trailing</text>
    </hstack>
</body>

Screenshot