https://schema.legytma.com.br/3.0.0/schema/widget/column.schema.json
Created by Windol [email protected] at 04/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | column.schema.json |
object (Column)
all of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | Column |
| crossAxisAlignment | string |
Optional | cannot be null | Column |
| mainAxisAlignment | string |
Optional | cannot be null | Column |
| mainAxisSize | string |
Optional | cannot be null | Column |
| textBaseline | string |
Optional | cannot be null | Column |
| textDirection | string |
Optional | cannot be null | Column |
| verticalDirection | string |
Optional | cannot be null | Column |
| children | array |
Optional | cannot be null | Column |
Identify the widget type
Used to identify parser. Every parser can permit only one type
type
string (Type)
constant: the value of this property must be equal to:
"Column"
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
crossAxisAlignment
string (Cross Axis Alignment)string (Cross Axis Alignment)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"start" |
|
"end" |
|
"center" |
|
"stretch" |
|
"baseline" |
The default value is:
"center"
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
mainAxisAlignment
string (Main Axis Alignment)string (Main Axis Alignment)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"start" |
|
"end" |
|
"center" |
|
"spaceBetween" |
|
"spaceAround" |
|
"spaceEvenly" |
The default value is:
"start"
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
mainAxisSize
string (Main Axis Size)string (Main Axis Size)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"min" |
|
"max" |
The default value is:
"max"
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
textBaseline
string (Text Baseline)string (Text Baseline)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"alphabetic" |
|
"ideographic" |
Determine the text direction.
Used to identify parser. Every parser can permit only one type
textDirection
string (Text Direction)string (Text Direction)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"ltr" |
|
"rtl" |
"ltr"
"rtl"
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
verticalDirection
string (Vertical Direction)string (Vertical Direction)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"up" |
|
"down" |
The default value is:
"down"
List of Schema to validation of JSON used to parse Widgets.
You can add any widget inheritance’s.
children
object[] (Widget)
The default value is:
[]