{
    "version": 1,
    "type": "dy_scaffold",
    "data": {
        "key": "123456",
        "appBar": {
            "leftActions": [
                {
                    "type": "dy_image",
                    "data": {
                        "key": "2226323233",
                        "src": "assets/images/card_ic.png",
                        "height": 30,
                        "width": 30,
                        "imageType": "asset",
                        "fit": "fill",
                        "clipBorderRadius": 20,
                        "placeholderImagePath": "assets/images/icon_placeholder.png"
                    }
                }
            ],
            "rightActions": [
                {
                    "type": "dy_gesture_detector",
                    "data": {
                        "key": "1234234",
                        "onTapAction": {
                            "actionString": "/moveToScreen",
                            "extras": {
                                "url": "https://app.regopos.id/assets/json/dy_scaffold.json",
                                "urlType": "network",
                                "requestType": "get",
                                "navigationType": "screen",
                                "navigationStyle": "push",
                                "loaderWidgetAssetPath": "assets/json/loader.json"
                            }
                        },
                        "child": {
                            "type": "dy_image",
                            "data": {
                                "key": "222632323233",
                                "src": "https://upload.wikimedia.org/wikipedia/commons/5/5a/Perspective-Button-Stop-icon.png",
                                "height": 30,
                                "width": 30,
                                "imageType": "network",
                                "fit": "fill",
                                "placeholderImagePath": "assets/images/icon_placeholder.png"
                            }
                        }
                    }
                }
            ],
            "leftActionsWidth": 60,
            "pageTitle": "Flutter Scaffold Screen"
        }
    }
}