Legytma Schemas

Flutter Logo Decoration Schema

https://legytma.com.br/schema/flutter_logo_decoration.schema.json

Created by Windol [email protected] at 30/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 flutter_logo_decoration.schema.json

Flutter Logo Decoration Type

object (Flutter Logo Decoration)

any of

Flutter Logo Decoration Properties

Property Type Required Nullable Defined by
type string Optional cannot be null Flutter Logo Decoration
style string Optional cannot be null Flutter Logo Decoration
margin Merged Optional cannot be null Flutter Logo Decoration
darkColor Merged Optional cannot be null Flutter Logo Decoration
lightColor Merged Optional cannot be null Flutter Logo Decoration
textColor Merged Optional cannot be null Flutter Logo Decoration

type

Identify the widget type

Used to identify parser. Every parser can permit only one type

type

type Type

string (Type)

type Constraints

constant: the value of this property must be equal to:

"FlutterLogoDecoration"

enum: the value of this property must be equal to one of the following values:

Value Explanation
"BoxDecoration"  
"FlutterLogoDecoration"  
"UnderlineTabIndicator"  
"ShapeDecoration"  

type Examples

"BoxDecoration"
"FlutterLogoDecoration"
"UnderlineTabIndicator"
"ShapeDecoration"

style

Created by Windol [email protected] at 29/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

style

style Type

string (Flutter Logo Style)

style Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"horizontal"  
"markOnly"  
"stacked"  

style Default Value

The default value is:

"markOnly"

style Examples

"horizontal"
"markOnly"
"stacked"

margin

Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

margin

margin Type

merged type (Edge Insets)

one (and only one) of

margin Default Value

The default value is:

"zero"

darkColor

A number in format string or integer

Used to identify parser. Every parser can permit only one type

darkColor

darkColor Type

merged type (Color)

all of

darkColor Default Value

The default value is:

"0xFF000000"

darkColor Examples

"#FFFFFFFF"
"0xFFFFFFFF"
"4294967295"
4294967295

lightColor

A number in format string or integer

Used to identify parser. Every parser can permit only one type

lightColor

lightColor Type

merged type (Color)

all of

lightColor Default Value

The default value is:

"0xFF000000"

lightColor Examples

"#FFFFFFFF"
"0xFFFFFFFF"
"4294967295"
4294967295

textColor

A number in format string or integer

Used to identify parser. Every parser can permit only one type

textColor

textColor Type

merged type (Color)

all of

textColor Default Value

The default value is:

"0xFF000000"

textColor Examples

"#FFFFFFFF"
"0xFFFFFFFF"
"4294967295"
4294967295