AttachmentError constructor

const AttachmentError({
  1. Key? key,
  2. Size? size,
})

Constructor for creating AttachmentError

Implementation

const AttachmentError({
  Key? key,
  this.size,
}) : super(key: key);