"id": "grupo_pizza",
"type": "group",
"content": [
{
"id": "img_pizzas",
"type": "image",
"file": "image/pizzas.jpg",
"height": "wrap",
"width": "100%",
"radius": 20
},
{
"id": "lista_pizzas",
"type": "list",
"content": [
{
"id": "pizza_borde",
"type": "text",
"text": "BORDE RELLENO + 10.000",
"height": "wrap",
"width": "100%",
"text_align": "end",
"font_size": 15,
"color": "@color.red"
},
{
"id": "producto_pizzas",
"type": "group",
"content": [
{
"id": "pizza",
"type": "group",
"content": [
{
"id": "nombre_pizza1642119934111",
"type": "text",
"text": "producto",
"height": "wrap",
"width": "70%",
"field": "producto",
"halign": "start",
"font_size": 20
},
{
"id": "precio_pizza1642119934111",
"type": "text",
"text": "Precio",
"height": "wrap",
"width": "30%",
"field": "precio",
"halign": "end",
"text_align": "end",
"font_size": 25
}
],
"height": "wrap",
"width": "100%",
"scroll": false,
"orientation": "horizontal"
},
{
"id": "ingredientes_pizza",
"type": "text",
"text": "Ingredientes",
"height": "wrap",
"width": "100%",
"field": "ingredientes",
"font_size": 15,
"padding": {
"top": 0,
"bottom": 15
}
}
],
"height": "wrap",
"width": "100%",
"scroll": false,
"orientation": "vertical",
"background": {
"type": "solid",
"color": "@color.light"
},
"padding": 5
}
],
"height": "wrap",
"width": "100%",
"data_source": "@firebase.firestore.pizzas",
"padding": 10
}
],
"height": "wrap",
"width": "100%",
"scroll": false,
"orientation": "vertical"
},