mirror of
https://github.com/danbulant/cushy
synced 2026-06-17 05:21:17 +00:00
986 B
986 B
Expand
The Expand widget expands its child to fill as much space as
available.
The Expand widget can be constructed to expand horizontally and/or vertically:
- Expand the child's width and height:
Expand::new/MakeWidget::expand - Expand the child's width only:
Expand::horizontal/MakeWidget::expand_horizontally - Expand the child's height only:
Expand::vertical/MakeWidget::expand_vertically