{
  "version": 1,
  "type": "dy_scaffold",
  "data": {
    "key": "123456",
    "appBar": {
      "hide": true,
      "pageTitle": "Login"
    },
    "children": [
      {
        "type": "dy_container",
        "data": {
          "key": "123123",
          "margin": "10",
          "child": {
            "type": "dy_column",
            "data": {
              "key": "12313",
              "children": [
                {
                  "type": "dy_image",
                  "data": {
                    "key": "212226323233",
                    "src": "https://app.regopos.id/assets/img/mobile/icon_stack.png",
                    "height": 250,
                    "width": 250,
                    "imageType": "network",
                    "fit": "fill",
                    "placeholderImagePath": "assets/images/icon_placeholder.png"
                  }
                },
                {
                  "type": "dy_text",
                  "data": {
                    "key": "123123",
                    "text": "Security System !",
                    "textAlign": "left",
                    "style": {
                      "fontSize": 20,
                      "fontWeight": "bold"
                    }
                  }
                },
                {
                  "type": "dy_sized_box",
                  "data": {
                    "key": "13134",
                    "height": 10
                  }
                },
                {
                  "type": "dy_container",
                  "data": {
                    "key": "342341",
                    "width": 400,
                    "child": {
                      "type": "dy_text_field",
                      "data": {
                        "key": "13142341",
                        "initialText": "",
                        "textFieldDecoration": {
                          "textAlign": "end",
                          "maxLines": 1,
                          "decoration": {
                            "hintText": "enter your age"
                          }
                        }
                      }
                    }
                  }
                },
                {
                  "type": "dy_sized_box",
                  "data": {
                    "key": "13134",
                    "height": 10
                  }
                },
                {
                  "type": "dy_container",
                  "data": {
                    "key": "34234",
                    "width": 400,
                    "child": {
                      "type": "dy_text_field",
                      "data": {
                        "key": "1314234",
                        "initialText": "",
                        "textFieldDecoration": {
                          "textAlign": "start",
                          "obscureText": true,
                          "maxLines": 1,
                          "decoration": {
                            "hintText": "enter your password",
                            "suffixIcon": {
                              "type": "dy_image",
                              "data": {
                                "key": "212226323233",
                                "src": "https://app.regopos.id/assets/img/mobile/ic_eyes_closed.png",
                                "imageType": "network",
                                "fit": "contain",
                                "height": 1,
                                "width": 1,
                                "placeholderImagePath": "assets/images/icon_placeholder.png"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                {
                  "type": "dy_sized_box",
                  "data": {
                    "key": "13134",
                    "height": 10
                  }
                },
                {
                  "type": "dy_button",
                  "data": {
                    "key": "223775672355",
                    "buttonColor": "0xff90EE90",
                    "buttonBorderRadius": 10,
                    "padding": "10",
                    "child": {
                      "type": "dy_text",
                      "data": {
                        "key": "23242342",
                        "text": "Masuk",
                        "style": {
                          "color": "0xff000000",
                          "fontWeight": "bold",
                          "fontSize": 20
                        }
                      }
                    },
                    "action": {
                      "actionString": "/form"
                    }
                  }
                },
                {
                  "type": "dy_text",
                  "data": {
                    "key": "13424",
                    "text": "Check console after clicking button",
                    "style": {
                      "color": "0xff000000",
                      "fontWeight": "bold",
                      "fontSize": 20
                    }
                  }
                },
                {
                  "type": "dy_sized_box",
                  "data": {
                    "key": "13134",
                    "height": 10
                  }
                }
              ]
            }
          }
        }
      }
    ]
  }
}