Skip to content

Instantly share code, notes, and snippets.

@velrino
Created March 3, 2020 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velrino/1a835a3fc748b2b3107071ec3cfa6ade to your computer and use it in GitHub Desktop.
Save velrino/1a835a3fc748b2b3107071ec3cfa6ade to your computer and use it in GitHub Desktop.
{
"type": "ListView",
"children": [
{
"type": "Container",
"color": "#ec7000",
"padding": "10,30,10,50",
"child": {
"type": "Center",
"child": {
"type": "Column",
"mainAxisAlignment": "spaceEvenly",
"children": [
{
"type": "Padding",
"padding": "0,0,0,20",
"child": {
"type": "Text",
"data": "Saldo",
"style": {
"color": "#ffffff",
"fontSize": 15.1
}
}
}
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment