{ "type": "scaffold", "appBar": { "type": "appBar", "title": {"type": "text", "data": "Appbar"}, "leading": { "type": "iconButton", "child": {"type": "icon", "iconType": "material", "icon": "menu"}, "onPressed": {} }, "actions": [ { "type": "iconButton", "child": { "type": "icon", "iconType": "cupertino", "icon": "heart_solid" }, "onPressed": {} }, { "type": "iconButton", "child": {"type": "icon", "iconType": "material", "icon": "search"}, "onPressed": {} }, { "type": "iconButton", "child": { "type": "icon", "iconType": "material", "icon": "more_horiz" }, "onPressed": {} } ] }, "body": { "type": "column", "crossAxisAlignment": "start", "mainAxisAlignment": "center", "children": [ { "type": "container", "padding": {"left": 30, "right": 30}, "child": { "type": "card", "color": "#ffC8A2C8", "child": { "type": "row", "children": [ { "type": "container", "padding": {"top": 30, "bottom": 80, "left": 1}, "child": { "type": "text", "data": "Notification", "style": { "fontSize": 24, "fontWeight": "w800", "color": "#ffffffff" } } } ] } } } ] } }