https://legytma.com.br/schema/widget/drawer_header.schema.json
Created by Windol [email protected] at 05/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 | drawer_header.schema.json |
object (Drawer Header)
all of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | Drawer Header |
| child | object |
Optional | cannot be null | Drawer Header |
| decoration | object |
Optional | cannot be null | Drawer Header |
| margin | Unknown Type | Optional | cannot be null | Drawer Header |
| padding | Unknown Type | Optional | cannot be null | Drawer Header |
| curve | string |
Optional | cannot be null | Drawer Header |
| duration | object |
Optional | cannot be null | Drawer Header |
Identify the widget type
Used to identify parser. Every parser can permit only one type
type
string (Type)string (Type)
constant: the value of this property must be equal to:
"DrawerHeader"
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
child
object (Widget)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 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
}
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
}
Created by Windol [email protected] at 28/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
curve
string (Curve)string (Curve)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"bounceIn" |
|
"bounceInOut" |
|
"bounceOut" |
|
"decelerate" |
|
"ease" |
|
"easeIn" |
|
"easeInBack" |
|
"easeInCirc" |
|
"easeInCubic" |
|
"easeInExpo" |
|
"easeInOut" |
|
"easeInOutBack" |
|
"easeInOutCirc" |
|
"easeInOutCubic" |
|
"easeInOutExpo" |
|
"easeInOutQuad" |
|
"easeInOutQuart" |
|
"easeInOutQuint" |
|
"easeInOutSine" |
|
"easeInQuad" |
|
"easeInQuart" |
|
"easeInQuint" |
|
"easeInSine" |
|
"easeInToLinear" |
|
"easeOut" |
|
"easeOutBack" |
|
"easeOutCirc" |
|
"easeOutCubic" |
|
"easeOutExpo" |
|
"easeOutQuad" |
|
"easeOutQuart" |
|
"easeOutQuint" |
|
"easeOutSine" |
|
"elasticIn" |
|
"elasticInOut" |
|
"elasticOut" |
|
"fastLinearToSlowEaseIn" |
|
"fastOutSlowIn" |
|
"linear" |
|
"linearToEaseOut" |
|
"slowMiddle" |
The default value is:
"fastOutSlowIn"
Created by Windol [email protected] at 27/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
duration
object (Duration)object (Duration)
The default value is:
{
"milliseconds": 250
}