gravity
The position of the element in the direction perpendicular to the distribution axis of the parent element, or
overlayif the element should be placed on top of other elements (i.e. CSS absolute positioning).
gravity?:
| "start"
| "end"
| "center"
| "stretch"
| "baseline"
| "overlay"
| "cover"
| "auto"
| "";
Related
type UIElement.Position static
A type that describes options for positioning within parent elements.
