Sha256: eace72d90dd73ee03cf003d26604123cf40bfa824e99e937d253ee5158b2104a

Contents?: true

Size: 799 Bytes

Versions: 4

Compression:

Stored size: 799 Bytes

Contents

{
  "type": "scaffold",
  "args": {
    "appBar": {
      "type": "app_bar",
      "args": {
        "actions": [
          {
            "type": "popup_menu_button",
            "args": {
              "itemBuilder": "${buildPopupMenu()}",
              "onCanceled": "${simplePrintMessage('CANCELED')}"
            },
            "child": {
              "type": "icon",
              "args": {
                "icon": {
                  "codePoint": 57369,
                  "fontFamily": "MaterialIcons"
                },
                "size": 50
              }
            }
          }
        ],
        "title": {
          "type": "text",
          "args": {
            "text": "PopupMenuButton"
          }
        }
      }
    },
    "body": {
      "type": "container"
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

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