const TrashButton({ Key? key, required this.delete, this.confirmationNeeded = true, this.confirmName, }) : super(key: key);