HMSelectBadge constructor
const
HMSelectBadge({})
Implementation
const HMSelectBadge({
super.key,
this.disabled = false,
this.hidden = false,
this.radius,
this.chipColor,
this.isFilled,
this.deleteIcon,
this.textColor,
this.deleteIconColor,
required this.selectedList,
required this.onDeleted,
this.showDeleteIcon = true,
});