AttachmentsBox constructor

const AttachmentsBox({
  1. Key? key,
  2. required List<Attachment> attachments,
})

Implementation

const AttachmentsBox({super.key, required this.attachments});