https://schema.legytma.com.br/2.0.0/schema/box_decoration.schema.json
Created by Windol [email protected] at 29/04/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 | box_decoration.schema.json |
object (Box Decoration)
any of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | Box Decoration |
| shape | string |
Optional | cannot be null | Box Decoration |
| border | object |
Optional | cannot be null | Box Decoration |
| color | Merged | Optional | cannot be null | Box Decoration |
| backgroundBlendMode | string |
Optional | cannot be null | Box Decoration |
| borderRadius | object |
Optional | cannot be null | Box Decoration |
| boxShadow | array |
Optional | cannot be null | Box Decoration |
| gradient | Unknown Type | Optional | can be null | Box Decoration |
| image | object |
Optional | cannot be null | Box Decoration |
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:
"BoxDecoration"
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"BoxDecoration" |
|
"FlutterLogoDecoration" |
|
"UnderlineTabIndicator" |
|
"ShapeDecoration" |
"BoxDecoration"
"FlutterLogoDecoration"
"UnderlineTabIndicator"
"ShapeDecoration"
Created by Windol [email protected] at 28/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
shape
string (Box Shape)string (Box Shape)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"circle" |
|
"rectangle" |
The default value is:
"rectangle"
"circle"
"rectangle"
Created by Windol [email protected] at 28/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
border
object (Box Border)object (Box Border)
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 29/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
backgroundBlendMode
string (Blend Mode)string (Blend Mode)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"color" |
|
"clear" |
|
"colorBurn" |
|
"colorDodge" |
|
"darken" |
|
"difference" |
|
"dst" |
|
"dstATop" |
|
"dstIn" |
|
"dstOut" |
|
"dstOver" |
|
"exclusion" |
|
"hardLight" |
|
"hue" |
|
"lighten" |
|
"luminosity" |
|
"modulate" |
|
"multiply" |
Created by Windol [email protected] at 27/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
borderRadius
object (Border Radius Geometry)object (Border Radius Geometry)
Created by Windol [email protected] at 29/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
boxShadow
object[] (Box Shadow)object[] (Box Shadow)
Created by Windol [email protected] at 15/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
gradient
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 29/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
image
object (Decoration Image)object (Decoration Image)