DefaultStreamMessageComposerAttachment constructor

const DefaultStreamMessageComposerAttachment({
  1. Key? key,
  2. required StreamMessageComposerAttachmentProps props,
})

Creates a default attachment container with the given props.

Implementation

const DefaultStreamMessageComposerAttachment({super.key, required this.props});