Legytma Schemas

Chip Theme Data Schema

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

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

Chip Theme Data Type

object (Chip Theme Data)

Chip Theme Data Properties

Property Type Required Nullable Defined by
backgroundColor object Optional cannot be null Chip Theme Data
disabledColor object Optional cannot be null Chip Theme Data
selectedColor object Optional cannot be null Chip Theme Data
secondarySelectedColor object Optional cannot be null Chip Theme Data
labelPadding Unknown Type Optional cannot be null Chip Theme Data
padding Unknown Type Optional cannot be null Chip Theme Data
shape Unknown Type Optional can be null Chip Theme Data
labelStyle object Optional cannot be null Chip Theme Data
secondaryLabelStyle object Optional cannot be null Chip Theme Data
brightness string Optional cannot be null Chip Theme Data
elevation Merged Optional cannot be null Chip Theme Data
checkmarkColor object Optional cannot be null Chip Theme Data
deleteIconColor object Optional cannot be null Chip Theme Data
pressElevation Merged Optional cannot be null Chip Theme Data
selectedShadowColor object Optional cannot be null Chip Theme Data
shadowColor object Optional cannot be null Chip Theme Data
showCheckmark boolean Optional cannot be null Chip Theme Data

backgroundColor

backgroundColor

backgroundColor Type

object (Color Scheme)

disabledColor

disabledColor

disabledColor Type

object (Color Scheme)

selectedColor

selectedColor

selectedColor Type

object (Color Scheme)

secondarySelectedColor

secondarySelectedColor

secondarySelectedColor Type

object (Color Scheme)

labelPadding

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

labelPadding

labelPadding Type

any of the folllowing: string or object (Edge Insets Geometry)

labelPadding Default Value

The default value is:

{
  "type": "only",
  "bottom": 8
}

padding

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

padding

padding Type

any of the folllowing: string or object (Edge Insets Geometry)

padding Default Value

The default value is:

{
  "type": "only",
  "bottom": 8
}

shape

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

shape

shape Type

any of the folllowing: array or boolean or integer or number or object or string (Dynamic)

labelStyle

Identify the widget type

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

labelStyle

labelStyle Type

object (Text Style)

secondaryLabelStyle

Identify the widget type

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

secondaryLabelStyle

secondaryLabelStyle Type

object (Text Style)

brightness

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

brightness

brightness Type

string (Brightness)

brightness Constraints

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

Value Explanation
"dark"  
"light"  

elevation

Define the representation of double acceptable.

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

elevation

elevation Type

merged type (Double)

one (and only one) of

elevation Constraints

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

elevation Default Value

The default value is:

1

checkmarkColor

checkmarkColor

checkmarkColor Type

object (Color Scheme)

deleteIconColor

deleteIconColor

deleteIconColor Type

object (Color Scheme)

pressElevation

Define the representation of double acceptable.

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

pressElevation

pressElevation Type

merged type (Double)

one (and only one) of

pressElevation Constraints

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

pressElevation Default Value

The default value is:

1

selectedShadowColor

selectedShadowColor

selectedShadowColor Type

object (Color Scheme)

shadowColor

shadowColor

shadowColor Type

object (Color Scheme)

showCheckmark

Define the representation of boolean acceptable.

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

showCheckmark

showCheckmark Type

boolean (Boolean)

showCheckmark Default Value

The default value is:

true

showCheckmark Examples

true
false