https://schema.legytma.com.br/1.1.2/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 |
object (Material Banner Theme Data)
| 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 |
A number in format string or integer
Used to identify parser. Every parser can permit only one type
backgroundColor
merged type (Color)
all of
The default value is:
"0xFF000000"
"#FFFFFFFF"
"0xFFFFFFFF"
"4294967295"
4294967295
Identify the widget type
Used to identify parser. Every parser can permit only one type
contentTextStyle
object (Text Style)object (Text Style)
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
leadingPadding
string or object (Edge Insets Geometry)any of the folllowing: string or object (Edge Insets Geometry)
The default value is:
{
"type": "only",
"bottom": 8
}
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
padding
string or object (Edge Insets Geometry)any of the folllowing: string or object (Edge Insets Geometry)
The default value is:
{
"type": "only",
"bottom": 8
}