AttachmentsBox constructor
const
AttachmentsBox({
- Key? key,
- required List<
Attachment> attachments,
Implementation
const AttachmentsBox({super.key, required this.attachments});