{
"type": "table",
"columnWidths": {
"1": {
"type": "fixedColumnWidth",
"value": 200
}
},
"defaultColumnWidth": {
"type": "flexColumnWidth",
"value": 1
},
"textDirection": "ltr",
"defaultVerticalAlignment": "bottom",
"border": {
"type": "tableBorder",
"top": {
"color": "#428AF5",
"width": 1.0
},
"right": {
"color": "#428AF5",
"width": 1.0
},
"bottom": {
"color": "#428AF5",
"width": 1.0
},
"left": {
"color": "#428AF5",
"width": 1.0
},
"borderRadius": 16
},
"children": [
{
"type": "tableRow",
"children": [
{
"type": "tableCell",
"child": {
"type": "container",
"color": "#40000000",
"height": 50.0,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "Header 1"
}
}
}
},
{
"type": "tableCell",
"child": {
"type": "container",
"color": "#40000000",
"height": 50.0,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "Header 2"
}
}
}
},
{
"type": "tableCell",
"child": {
"type": "container",
"color": "#40000000",
"height": 50.0,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "Header 3"
}
}
}
}
]
},
{
"type": "tableRow",
"children": [
{
"type": "tableCell",
"child": {
"type": "sizedBox",
"height": 50.0,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "Row 1, Cell 1"
}
}
}
},
{
"type": "tableCell",
"child": {
"type": "sizedBox",
"height": 50.0,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "Row 1, Cell 2"
}
}
}
},
{
"type": "tableCell",
"child": {
"type": "sizedBox",
"height": 50.0,
"child": {
"type": "center",
"child": {
"type": "text",
"data": "Row 1, Cell 3"
}
}
}
}
]
},
]
}