<container>
Containers let you align a widget inside their boundaries.
Example
xml
<container>
<text>...</text>
</container>Attributes
| Attribute | Type | Required |
|---|---|---|
id | string | No |
padding | float | No |
padding-top | float | No |
padding-right | float | No |
padding-bottom | float | No |
padding-left | float | No |
width | Length | No |
height | Length | No |
max-width | float | No |
max-height | float | No |
center-x | Length | No |
center-y | Length | No |
center | Length | No |
align-left | Length | No |
align-right | Length | No |
align-top | Length | No |
align-bottom | Length | No |
align-x | Horizontal | No |
align-y | Vertical | No |
clip | boolean | No |
style | string | No |