DeleteIconButton constructor
const
DeleteIconButton({})
Implementation
const DeleteIconButton({
super.key,
this.deleteIcon = Icons.trash,
this.menuText = "Delete",
required this.thing,
this.description,
this.deleteConfirm = "Delete",
required this.onDelete,
});