https://schema.legytma.com.br/1.1.2/schema/widget/container.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 | container.schema.json |
object (Container)
all of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | Container |
| alignment | Unknown Type | Optional | can be null | Container |
| padding | Unknown Type | Optional | cannot be null | Container |
| color | Merged | Optional | cannot be null | Container |
| margin | Unknown Type | Optional | cannot be null | Container |
| width | Merged | Optional | cannot be null | Container |
| height | Merged | Optional | cannot be null | Container |
| constraints | object |
Optional | cannot be null | Container |
| child | object |
Optional | cannot be null | Container |
| decoration | object |
Optional | cannot be null | Container |
| foregroundDecoration | object |
Optional | cannot be null | Container |
| transform | Unknown Type | Optional | can be null | Container |
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:
"Container"
Created by Windol [email protected] at 15/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
alignment
array or boolean or integer or number or object or string (Dynamic)any of the folllowing: array or boolean or integer or number or object or string (Dynamic)
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
padding
string or object (Edge Insets Geometry)any of the folllowing: string or object (Edge Insets Geometry)
The default value is:
{
"type": "only",
"bottom": 8
}
A number in format string or integer
Used to identify parser. Every parser can permit only one type
color
merged type (Color)
all of
The default value is:
"0xFF000000"
"#FFFFFFFF"
"0xFFFFFFFF"
"4294967295"
4294967295
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
margin
string or object (Edge Insets Geometry)any of the folllowing: string or object (Edge Insets Geometry)
The default value is:
{
"type": "only",
"bottom": 8
}
Define the representation of double acceptable.
Used to identify parser. Every parser can permit only one type
width
merged type (Double)
one (and only one) of
maximum: the value of this number must smaller than or equal to: 1
minimum: the value of this number must greater than or equal to: 0
The default value is:
1
Define the representation of double acceptable.
Used to identify parser. Every parser can permit only one type
height
merged type (Double)
one (and only one) of
maximum: the value of this number must smaller than or equal to: 1
minimum: the value of this number must greater than or equal to: 0
The default value is:
1
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
constraints
object (Box Constraints)object (Box Constraints)
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
child
object (Widget)
Created by Windol [email protected] at 23/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
decoration
object (Decoration)object (Decoration)
Created by Windol [email protected] at 23/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
foregroundDecoration
object (Decoration)object (Decoration)
Created by Windol [email protected] at 15/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
transform
array or boolean or integer or number or object or string (Dynamic)any of the folllowing: array or boolean or integer or number or object or string (Dynamic)