-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_backend_code.json
More file actions
67 lines (67 loc) · 1.79 KB
/
example_backend_code.json
File metadata and controls
67 lines (67 loc) · 1.79 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"type":"Scaffold",
"body":{
"type":"Text",
"data":"This body is hosted on Firebase Firestore.",
"textAlign":"start",
"overflow":"ellipsis",
"maxLines":null,
"semanticsLabel":null,
"softWrap":null,
"textDirection":"ltr",
"style":null,
"textScaleFactor":null
},
"appBar":{
"type":"AppBar",
"centerTitle":null,
"backgroundColor":null,
"title":{
"type":"Text",
"data":"Backend-driven UI Example",
"textAlign":"start",
"overflow":"ellipsis",
"maxLines":null,
"semanticsLabel":null,
"softWrap":null,
"textDirection":"ltr",
"style":{
"color":"61000000",
"debugLabel":null,
"decoration":"none",
"fontSize":20.0,
"fontFamily":null,
"fontStyle":"normal",
"fontWeight":"normal"
},
"textScaleFactor":null
},
"leading":null,
"actions":[
{
"type":"SizedBox",
"width":40.0,
"height":40.0,
"child":{
"type":"RaisedButton",
"color":"ff2196f3",
"disabledColor":null,
"disabledElevation":null,
"disabledTextColor":null,
"elevation":null,
"padding":"0.0,0.0,0.0,0.0",
"splashColor":null,
"textColor":null,
"child":{
"type":"Icon",
"data":"list",
"size":40.0,
"color":null,
"semanticLabel":null,
"textDirection":null
}
}
}
]
}
}