WrapAttachmentWidget constructor

const WrapAttachmentWidget({
  1. Key? key,
  2. required Widget attachmentWidget,
  3. ShapeBorder? attachmentShape,
})

Implementation

const WrapAttachmentWidget({
  super.key,
  required this.attachmentWidget,
  this.attachmentShape,
});