{
"type": "scaffold",
"body": {
"type": "customScrollView",
"slivers": [
{
"type": "sliverList",
"children": [
{
"type": "container",
"height": 80,
"color": "primary",
"child": {
"type": "center",
"child": {
"type": "text",
"data": "List Item 1"
}
}
},
{
"type": "container",
"height": 80,
"color": "secondary",
"child": {
"type": "center",
"child": {
"type": "text",
"data": "List Item 2"
}
}
},
{
"type": "container",
"height": 80,
"color": "success",
"child": {
"type": "center",
"child": {
"type": "text",
"data": "List Item 3"
}
}
}
]
}
]
}
}