{
"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
},
"shape": {
"type": "roundedRectangle",
"borderRadius": 8
},
"clipBehavior": "antiAlias",
"autofocus": false,
"color": "#FFFFFF",
"backgroundColor": "#EEEEEE",
"padding": {
"left": 8,
"top": 4,
"right": 8,
"bottom": 4
},
"visualDensity": {
"horizontal": 0,
"vertical": 0
},
"materialTapTargetSize": "padded",
"elevation": 2,
"shadowColor": "#000000",
"surfaceTintColor": "#FFFFFF",
"iconTheme": {
"color": "#000000",
"size": 24
},
"avatarBoxConstraints": {
"minWidth": 24,
"minHeight": 24
},
"deleteIconBoxConstraints": {
"minWidth": 24,
"minHeight": 24
}
}