DataAttachment constructor

const DataAttachment(
  1. Attachment attachment, {
  2. Key? key,
  3. void onPressed()?,
})

Implementation

const DataAttachment(this.attachment, {super.key, this.onPressed});