Sha256: db807d94c84fe0b5a339dcfc575c7d414b6410dbc093661e0ecda150a98d81e9

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 Bytes

Contents

{
  "type": "scaffold",
  "args": {
    "appBar": {
      "type": "app_bar",
      "args": {
        "title": {
          "type": "text",
          "args": {
            "text": "AnimatedPadding"
          }
        }
      }
    },
    "body": {
      "type": "set_value",
      "args": {
        "customPadding": 1
      },
      "child": {
        "type": "animated_padding",
        "args": {
          "duration": 1000,
          "padding": "${customPadding}"
        },
        "child": {
          "type": "container",
          "args": {
            "color": "#FF0000",
            "height": 20,
            "width": 20
          }
        }
      }
    },
    "floatingActionButton": {
      "type": "elevated_button",
      "id": "press_me_button",
      "args": {
        "onPressed": "${set_value('customPadding', 100)}"
      },
      "child": {
        "type": "text",
        "args": {
          "text": "Press Me!"
        }
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

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