Sha256: 3577ad13809738de26ec8f0a651b7c61f25b95f2b94f828e1d541c8db2a83561

Contents?: true

Size: 1.31 KB

Versions: 4

Compression:

Stored size: 1.31 KB

Contents

{
  "type": "scaffold",
  "args": {
    "appBar": {
      "type": "app_bar",
      "args": {
        "title": {
          "type": "text",
          "args": {
            "text": "IntrinsicHeight"
          }
        }
      }
    },
    "body": {
      "type": "intrinsic_height",
      "child": {
        "type": "row",
        "args": {
          "crossAxisAlignment": "stretch"
        },
        "children": [
          {
            "type": "elevated_button",
            "args": {
              "onPressed": "${simplePrintMessage()}"
            },
            "child": {
              "type": "text",
              "args": {
                "text": "Short"
              }
            }
          },
          {
            "type": "elevated_button",
            "args": {
              "onPressed": "${simplePrintMessage()}"
            },
            "child": {
              "type": "text",
              "args": {
                "text": "A bit Longer"
              }
            }
          },
          {
            "type": "elevated_button",
            "args": {
              "onPressed": "${simplePrintMessage()}"
            },
            "child": {
              "type": "text",
              "args": {
                "text": "The Longest text button"
              }
            }
          }
        ]
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
json_flit-0.0.6 demo/app/assets/pages/intrinsic_height.json
json_flit-0.0.5 demo/app/assets/pages/intrinsic_height.json
json_flit-0.0.4 demo/app/assets/pages/intrinsic_height.json
json_flit-0.0.3 demo/app/assets/pages/intrinsic_height.json