cushy 0.4.0

A wgpu-powered graphical user interface (GUI) library with a reactive data model
Documentation
1
2
3
4
5
6
7
8
# Space Widget

The [`Space`][space] widget is used to fill space. It is not interactive, and
will always occupy the smallest size it can.

It can render a color or be clear.

[space]: <{{ docs }}/widgets/struct.Space.html>