FoundAttachmentSectionWidget constructor

const FoundAttachmentSectionWidget({
  1. dynamic key,
  2. required dynamic attachmentManager,
})

Implementation

const FoundAttachmentSectionWidget({
  super.key,
  required this.attachmentManager,
});