https://schema.legytma.com.br/2.0.0/schema/widget/list_tile.schema.json
Created by Windol [email protected] at 12/05/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 | list_tile.schema.json |
object (List Tile)
all of
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| type | string |
Optional | cannot be null | List Tile |
| isThreeLine | boolean |
Optional | cannot be null | List Tile |
| leading | object |
Optional | cannot be null | List Tile |
| title | object |
Optional | cannot be null | List Tile |
| subtitle | object |
Optional | cannot be null | List Tile |
| trailing | object |
Optional | cannot be null | List Tile |
| dense | boolean |
Optional | cannot be null | List Tile |
| contentPadding | Unknown Type | Optional | cannot be null | List Tile |
| enabled | boolean |
Optional | cannot be null | List Tile |
| selected | boolean |
Optional | cannot be null | List Tile |
| onLongPress | Unknown Type | Optional | can be null | List Tile |
| onTap | Unknown Type | Optional | can be null | List Tile |
Identify the widget type
Used to identify parser. Every parser can permit only one type
type
string (Type)
constant: the value of this property must be equal to:
"ListTile"
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
isThreeLine
boolean (Boolean)
The default value is:
true
true
false
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
leading
object (Widget)
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
title
object (Widget)
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
subtitle
object (Widget)
Schema to validation of JSON used to parse Widget.
You can add all valid properties to complete validation.
trailing
object (Widget)
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
dense
boolean (Boolean)
The default value is:
true
true
false
Created by Windol [email protected] at 01/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
contentPadding
string or object (Edge Insets Geometry)any of the folllowing: string or object (Edge Insets Geometry)
The default value is:
{
"type": "only",
"bottom": 8
}
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
enabled
boolean (Boolean)
The default value is:
true
true
false
Define the representation of boolean acceptable.
Used to identify parser. Every parser can permit only one type
selected
boolean (Boolean)
The default value is:
true
true
false
Created by Windol [email protected] at 15/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
onLongPress
array or boolean or integer or number or object or string (Dynamic)any of the folllowing: array or boolean or integer or number or object or string (Dynamic)
The default value is:
"unbounded"
Created by Windol [email protected] at 15/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.
onTap
array or boolean or integer or number or object or string (Dynamic)any of the folllowing: array or boolean or integer or number or object or string (Dynamic)
The default value is:
"unbounded"