https://schema.legytma.com.br/1.1.2/schema/tab_bar_theme.schema.json
Created by Windol [email protected] at 23/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 | tab_bar_theme.schema.json |
object (Tab Bar Theme)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| labelStyle | object |
Optional | cannot be null | Tab Bar Theme |
| indicator | object |
Optional | cannot be null | Tab Bar Theme |
| indicatorSize | string |
Optional | cannot be null | Tab Bar Theme |
| labelColor | Merged | Optional | cannot be null | Tab Bar Theme |
| labelPadding | Unknown Type | Optional | cannot be null | Tab Bar Theme |
| unselectedLabelColor | Merged | Optional | cannot be null | Tab Bar Theme |
| unselectedLabelStyle | object |
Optional | cannot be null | Tab Bar Theme |
Identify the widget type
Used to identify parser. Every parser can permit only one type
labelStyle
object (Text Style)object (Text Style)
Created by Windol [email protected] at 23/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
indicator
object (Decoration)object (Decoration)
Created by Windol [email protected] at 23/04/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
indicatorSize
string (Tab Bar Indicator Size)string (Tab Bar Indicator Size)
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"label" |
|
"tab" |
"label"
"tab"
A number in format string or integer
Used to identify parser. Every parser can permit only one type
labelColor
merged type (Color)
all of
The default value is:
"0xFF000000"
"#FFFFFFFF"
"0xFFFFFFFF"
"4294967295"
4294967295
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
labelPadding
string or object (Edge Insets Geometry)any of the folllowing: string or object (Edge Insets Geometry)
The default value is:
{
"type": "only",
"bottom": 8
}
A number in format string or integer
Used to identify parser. Every parser can permit only one type
unselectedLabelColor
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
unselectedLabelStyle
object (Text Style)object (Text Style)