{
"type": "wrap",
"spacing": 8,
"runSpacing": 4,
"children": [
{
"type": "container",
"color": "#FFF44336",
"width": 100,
"height": 100,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "1",
"style": {
"color": "#FFFFFFFF"
}
}
}
},
{
"type": "container",
"color": "#FFE91E63",
"width": 100,
"height": 100,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "2",
"style": {
"color": "#FFFFFFFF"
}
}
}
},
{
"type": "container",
"color": "#FF9C27B0",
"width": 100,
"height": 100,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "3",
"style": {
"color": "#FFFFFFFF"
}
}
}
},
{
"type": "container",
"color": "#FF673AB7",
"width": 100,
"height": 100,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "4",
"style": {
"color": "#FFFFFFFF"
}
}
}
}
]
}