createMaterialWidget method
Implementation
@override
InputChip createMaterialWidget(BuildContext context) {
return InputChip(
key: key,
avatar: avatar,
label: label,
backgroundColor: backgroundColor,
elevation: elevation,
deleteIcon: deleteIcon,
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
onDeleted: onDeleted,
);
}