https://legytma.com.br/schema/widget/safe_area.schema.json
Created by Windol [email protected] at 13/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 | safe_area.schema.json |
object (Safe Area)
all of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | Safe Area |
| left | boolean |
Optional | cannot be null | Safe Area |
| right | boolean |
Optional | cannot be null | Safe Area |
| top | boolean |
Optional | cannot be null | Safe Area |
| bottom | boolean |
Optional | cannot be null | Safe Area |
| minimum | Merged | Optional | cannot be null | Safe Area |
| maintainBottomViewPadding | boolean |
Optional | cannot be null | Safe Area |
| child | object |
Optional | cannot be null | Safe Area |
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:
"SafeArea"
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
left
boolean (Boolean)
The default value is:
true
true
false
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
right
boolean (Boolean)
The default value is:
true
true
false
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
top
boolean (Boolean)
The default value is:
true
true
false
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
bottom
boolean (Boolean)
The default value is:
true
true
false
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
minimum
merged type (Edge Insets)
one (and only one) of
The default value is:
"zero"
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
maintainBottomViewPadding
boolean (Boolean)
The default value is:
true
true
false
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
child
object (Widget)