Skip to main content

Module spacers

Module spacers 

Source
Expand description

Spacing primitives: Spacer (flex filler) and Separator (divider line).

Split out of primitives.rs so each widget module stays under the project’s 800-line file-size limit; behaviour is unchanged.

Structs§

Separator
A thin horizontal or vertical divider line.
Spacer
An invisible leaf widget that expands to fill available space.