zero.appdocs

Positioned

Presentations v1.0 zero-schema

No description provided.

Required fields

PresentationType Child

Properties

PresentationType string required
The Positioned widget is used to position a child widget within a Stack widget. The Positioned widget allows you to specify the positioning of the child widget relative to the edges of the Stack using properties like top, bottom, left, and right.
Allowed Positioned
Top number optional
Specifies the distance in pixels from the top edge of the parent widget to the top edge of the positioned widget.
Default 0
Bottom number optional
Specifies the distance in pixels from the bottom edge of the parent widget to the bottom edge of the positioned widget.
Default 0
Left number optional
Specifies the distance in pixels from the left edge of the parent widget to the left edge of the positioned widget.
Default 0
Right number optional
Specifies the distance in pixels from the right edge of the parent widget to the right edge of the positioned widget.
Default 0
Width number optional
Specifies the width of the positioned widget in pixels
Default 0
Child object required
Represents the widget that is positioned within its parent widget according to the specified top, bottom, left, and right properties.