zero.appdocs

Column

Presentations v1.0 zero-schema

No description provided.

Required fields

PresentationType

Properties

PresentationType string required
A Column in Flutter arranges its children vertically, adjusting its size to fit their combined heights, making it ideal for creating lists, forms, and vertical layouts.
Allowed Column
CrossAxis string optional
Determines how the children are aligned along the cross axis (horizontal axis in a Column)
Allowed Start End Center SpaceBetween SpaceAround SpaceEvenly
MainAxis string optional
Determines how the children are aligned along the main axis (vertical axis in a Column)
Allowed End Center SpaceBetween SpaceAround SpaceEvenly
Children array optional
The list of widgets to be displayed in this Column.

Studio editor metadata

Shapes the studio editor; not enforced at runtime.

CrossAxis
"Select"
MainAxis
"Select"
Children
"Array"