Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. [
  2. {
  3. "type": "Box",
  4. "fillMaxSize": true,
  5. "verticalAlignment": "Top",
  6. "horizontalAlignment": "Center",
  7. "children": [
  8. {
  9. "type": "Column",
  10. "fillMaxWidth": false,
  11. "verticalAlignment": "Top",
  12. "horizontalAlignment": "Start",
  13. "children": [
  14. {
  15. "type": "Row",
  16. "fillMaxWidth": true,
  17. "horizontalAlignment": "Start",
  18. "backgroundColor": "#f7f57e",
  19. "children": [
  20. {
  21. "type": "Text",
  22. "text": "test 1",
  23. "textSize": 20,
  24. "color": "#000000",
  25. "bold":true,
  26. "padding": 2
  27. }
  28. ]
  29. },
  30. {
  31. "type": "Row",
  32. "fillMaxWidth": true,
  33. "horizontalAlignment": "Start",
  34. "backgroundColor": "#f7f57e",
  35. "children": [
  36. {
  37. "type": "Text",
  38. "text": "test 2",
  39. "textSize": 20,
  40. "color": "#000000",
  41. "bold":true,
  42. "padding": 2
  43. }
  44. ]
  45. }
  46.  
  47. ]
  48. }
  49. ]
  50. },
  51.  
  52. {
  53.  
  54. "type": "Spacer",
  55. "isWeighted": "true"
  56. },
  57.  
  58. {
  59. "type": "Box",
  60. "fillMaxSize": true,
  61. "verticalAlignment": "Bottom",
  62. "horizontalAlignment": "Start",
  63. "children": [
  64. {
  65. "type": "Column",
  66. "fillMaxWidth": false,
  67. "verticalAlignment": "Top",
  68. "horizontalAlignment": "Start",
  69. "children": [
  70. {
  71. "type": "Row",
  72. "fillMaxWidth": true,
  73. "horizontalAlignment": "Start",
  74. "backgroundColor": "#f7f57e",
  75. "children": [
  76. {
  77. "type": "Text",
  78. "text": "test 3",
  79. "textSize": 20,
  80. "color": "#000000",
  81. "bold":true,
  82. "padding": 2
  83. }
  84. ]
  85. }
  86. ]
  87. }
  88. ]
  89. }
  90. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement