-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfloating_action_button_theme_data.schema.json
22 lines (21 loc) · 1.46 KB
/
floating_action_button_theme_data.schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$id": "https://schema.legytma.com.br/3.0.0/schema/floating_action_button_theme_data.schema.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Floating Action Button Theme Data",
"description": "",
"$comment": "Created by Windol <[email protected]> at 23/04/2020.\nCopyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.",
"type": "object",
"properties": {
"backgroundColor": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/color.schema.json"},
"shape": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/shape_border.schema.json"},
"elevation": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/double.schema.json"},
"focusColor": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/color.schema.json"},
"hoverColor": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/color.schema.json"},
"splashColor": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/color.schema.json"},
"disabledElevation": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/double.schema.json"},
"focusElevation": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/double.schema.json"},
"foregroundColor": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/color.schema.json"},
"highlightElevation": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/double.schema.json"},
"hoverElevation": {"$ref": "https://schema.legytma.com.br/3.0.0/schema/double.schema.json"}
}
}