AttachmentChip constructor
const
AttachmentChip({
- Key? key,
- required Attachment attachment,
- required VoidCallback onRemove,
Implementation
const AttachmentChip({
super.key,
required this.attachment,
required this.onRemove,
});