{
"type": "chip",
"avatar": {
"type": "circleAvatar",
"backgroundColor": "#FF0000",
"child": {
"type": "text",
"data": "A"
}
},
"label": {
"type": "text",
"data": "Chip Label"
},
"labelStyle": {
"color": "#000000",
"fontSize": 14
},
"labelPadding": {
"left": 8,
"top": 4,
"right": 8,
"bottom": 4
},
"deleteIcon": {
"type": "icon",
"icon": "delete"
},
"deleteIconColor": "#FF0000",
"deleteButtonTooltipMessage": "Delete",
"side": {
"color": "#000000",
"width": 1.0
},
"shape": {
"type": "roundedRectangle",
"borderRadius": 8.0
},
"clipBehavior": "antiAlias",
"autofocus": false,
"color": "#FFFFFF",
"backgroundColor": "#EEEEEE",
"padding": {
"left": 8,
"top": 4,
"right": 8,
"bottom": 4
},
"visualDensity": {
"horizontal": 0.0,
"vertical": 0.0
},
"materialTapTargetSize": "padded",
"elevation": 2.0,
"shadowColor": "#000000",
"surfaceTintColor": "#FFFFFF",
"iconTheme": {
"color": "#000000",
"size": 24.0
},
"avatarBoxConstraints": {
"minWidth": 24.0,
"minHeight": 24.0
},
"deleteIconBoxConstraints": {
"minWidth": 24.0,
"minHeight": 24.0
}
}