Legytma Schemas

Material Banner Theme Data Schema

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

Material banner theme data.

This parser is not implemented, must be assigned using registerLogic

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none material_banner_theme_data.schema.json

Material Banner Theme Data Type

object (Material Banner Theme Data)

Material Banner Theme Data Properties

Property Type Required Nullable Defined by
backgroundColor Merged Optional cannot be null Material Banner Theme Data
contentTextStyle object Optional cannot be null Material Banner Theme Data
leadingPadding Unknown Type Optional cannot be null Material Banner Theme Data
padding Unknown Type Optional cannot be null Material Banner Theme Data

backgroundColor

A number in format string or integer

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

backgroundColor

backgroundColor Type

merged type (Color)

all of

backgroundColor Default Value

The default value is:

"0xFF000000"

backgroundColor Examples

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

contentTextStyle

Identify the widget type

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

contentTextStyle

contentTextStyle Type

object (Text Style)

leadingPadding

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

leadingPadding

leadingPadding Type

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

leadingPadding 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
}