Legytma Schemas

List Tile Schema

https://legytma.com.br/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

List Tile Type

object (List Tile)

all of

List Tile Properties

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

type

Identify the widget type

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

type

type Type

string (Type)

type Constraints

constant: the value of this property must be equal to:

"ListTile"

isThreeLine

Define the representation of boolean acceptable.

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

isThreeLine

isThreeLine Type

boolean (Boolean)

isThreeLine Default Value

The default value is:

true

isThreeLine Examples

true
false

leading

Schema to validation of JSON used to parse Widget.

You can add all valid properties to complete validation.

leading

leading Type

object (Widget)

title

Schema to validation of JSON used to parse Widget.

You can add all valid properties to complete validation.

title

title Type

object (Widget)

subtitle

Schema to validation of JSON used to parse Widget.

You can add all valid properties to complete validation.

subtitle

subtitle Type

object (Widget)

trailing

Schema to validation of JSON used to parse Widget.

You can add all valid properties to complete validation.

trailing

trailing Type

object (Widget)

dense

Define the representation of boolean acceptable.

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

dense

dense Type

boolean (Boolean)

dense Default Value

The default value is:

true

dense Examples

true
false

contentPadding

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

contentPadding

contentPadding Type

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

contentPadding Default Value

The default value is:

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

enabled

Define the representation of boolean acceptable.

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

enabled

enabled Type

boolean (Boolean)

enabled Default Value

The default value is:

true

enabled Examples

true
false

selected

Define the representation of boolean acceptable.

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

selected

selected Type

boolean (Boolean)

selected Default Value

The default value is:

true

selected Examples

true
false

onLongPress

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

onLongPress

onLongPress Type

any of the folllowing: array or boolean or integer or number or object or string (Dynamic)

onLongPress Default Value

The default value is:

"unbounded"

onTap

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

onTap

onTap Type

any of the folllowing: array or boolean or integer or number or object or string (Dynamic)

onTap Default Value

The default value is:

"unbounded"