{
"type": "iconButton",
"iconSize": 24,
"padding": {
"left": 8,
"top": 8,
"right": 8,
"bottom": 8
},
"alignment": "center",
"splashRadius": 20,
"color": "#000000",
"focusColor": "#FFC107",
"hoverColor": "#FF9800",
"highlightColor": "#FF5722",
"splashColor": "#FFEB3B",
"disabledColor": "#BDBDBD",
"onPressed": {},
"autofocus": false,
"tooltip": "Add Item",
"enableFeedback": true,
"constraints": {
"minWidth": 48,
"minHeight": 48
},
"style": {
"backgroundColor": "#FFC107",
"foregroundColor": "#000000",
"shape": {
"type": "roundedRectangleBorder",
"borderRadius": 8
}
},
"isSelected": false,
"selectedIcon": {
"type": "icon",
"icon": "check"
},
"icon": {
"type": "icon",
"icon": "add"
}
}