PostAttachmentOptions constructor

const PostAttachmentOptions({
  1. dynamic key,
  2. dynamic onTapAddText,
  3. dynamic onTapImage,
  4. dynamic onTapVideo,
})

Implementation

const PostAttachmentOptions({
  super.key,
  this.onTapAddText,
  this.onTapImage,
  this.onTapVideo,
});