{
  "version": 1,
  "type": "dy_scaffold",
  "data": {
    "key": "123456",
    "appBar": {
      "pageTitle": "Flutter Text Screen"
    },
    "children": [
      {
        "type": "dy_column",
        "data": {
          "key": "12313",
          "children": [
            {
              "type": "dy_text",
              "data": {
                "key": "123123",
                "text": "This is a text",
                "style": {
                  "fontSize": 20,
                  "fontWeight": "bold"
                }
              }
            },
            {
              "type": "dy_text",
              "data": {
                "key": "1231323",
                "text": "<h1 style='color: white; font-size:50px; font-style:italic; \n    background-color: rgb(0,122,255); font-weight:100;)'> HTML Text </h1>",
                "isHtmlText": true
              }
            }
          ]
        }
      }
    ]
  }
}