Skip to main content

Spacer

A flexible space that expands along the major axis of its containing stack layout.

info

Spacers are only meant to be used within a stack layout.

Example​

<HStack>
<Text>Hello</Text>
<Spacer />
<Text>World</Text>
</HStack>