Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "type": "Box",
- "fillMaxSize": true,
- "verticalAlignment": "Top",
- "horizontalAlignment": "Center",
- "children": [
- {
- "type": "Column",
- "fillMaxWidth": false,
- "verticalAlignment": "Top",
- "horizontalAlignment": "Start",
- "children": [
- {
- "type": "Row",
- "fillMaxWidth": true,
- "horizontalAlignment": "Start",
- "backgroundColor": "#f7f57e",
- "children": [
- {
- "type": "Text",
- "text": "test 1",
- "textSize": 20,
- "color": "#000000",
- "bold":true,
- "padding": 2
- }
- ]
- },
- {
- "type": "Row",
- "fillMaxWidth": true,
- "horizontalAlignment": "Start",
- "backgroundColor": "#f7f57e",
- "children": [
- {
- "type": "Text",
- "text": "test 2",
- "textSize": 20,
- "color": "#000000",
- "bold":true,
- "padding": 2
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "Spacer",
- "isWeighted": "true"
- },
- {
- "type": "Box",
- "fillMaxSize": true,
- "verticalAlignment": "Bottom",
- "horizontalAlignment": "Start",
- "children": [
- {
- "type": "Column",
- "fillMaxWidth": false,
- "verticalAlignment": "Top",
- "horizontalAlignment": "Start",
- "children": [
- {
- "type": "Row",
- "fillMaxWidth": true,
- "horizontalAlignment": "Start",
- "backgroundColor": "#f7f57e",
- "children": [
- {
- "type": "Text",
- "text": "test 3",
- "textSize": 20,
- "color": "#000000",
- "bold":true,
- "padding": 2
- }
- ]
- }
- ]
- }
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement