Legytma Schemas

Tooltip Theme Data Schema

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

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

Tooltip Theme Data Type

object (Tooltip Theme Data)

Tooltip Theme Data Properties

Property Type Required Nullable Defined by
textStyle object Optional cannot be null Tooltip Theme Data
margin Unknown Type Optional cannot be null Tooltip Theme Data
height Merged Optional cannot be null Tooltip Theme Data
padding Unknown Type Optional cannot be null Tooltip Theme Data
decoration object Optional cannot be null Tooltip Theme Data
excludeFromSemantics boolean Optional cannot be null Tooltip Theme Data
preferBelow boolean Optional cannot be null Tooltip Theme Data
showDuration object Optional cannot be null Tooltip Theme Data
verticalOffset Merged Optional cannot be null Tooltip Theme Data
waitDuration object Optional cannot be null Tooltip Theme Data

textStyle

Identify the widget type

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

textStyle

textStyle Type

object (Text Style)

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

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

margin Default Value

The default value is:

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

height

Define the representation of double acceptable.

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

height

height Type

merged type (Double)

one (and only one) of

height 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

height Default Value

The default value is:

1

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
}

decoration

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

decoration

decoration Type

object (Decoration)

excludeFromSemantics

Define the representation of boolean acceptable.

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

excludeFromSemantics

excludeFromSemantics Type

boolean (Boolean)

excludeFromSemantics Default Value

The default value is:

true

excludeFromSemantics Examples

true
false

preferBelow

Define the representation of boolean acceptable.

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

preferBelow

preferBelow Type

boolean (Boolean)

preferBelow Default Value

The default value is:

true

preferBelow Examples

true
false

showDuration

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

showDuration

showDuration Type

object (Duration)

showDuration Default Value

The default value is:

{
  "milliseconds": 250
}

verticalOffset

Define the representation of double acceptable.

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

verticalOffset

verticalOffset Type

merged type (Double)

one (and only one) of

verticalOffset 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

verticalOffset Default Value

The default value is:

1

waitDuration

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

waitDuration

waitDuration Type

object (Duration)

waitDuration Default Value

The default value is:

{
  "milliseconds": 250
}