-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui2.json
More file actions
42 lines (42 loc) · 673 Bytes
/
ui2.json
File metadata and controls
42 lines (42 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"args": {
"appBar": {
"args": {
"backgroundColor": "#2196F3",
"title": {
"args": {
"text": "Blue AppBar"
},
"type": "text"
}
},
"type": "app_bar"
},
"body": {
"type": "list_view",
"args": {
"children": [
{
"type": "text",
"args": {
"text": "Item 1"
}
},
{
"type": "text",
"args": {
"text": "Item 2"
}
},
{
"type": "text",
"args": {
"text": "Item 3"
}
}
]
}
}
},
"type": "scaffold"
}