DefaultStreamMessageComposerAttachment constructor
const
DefaultStreamMessageComposerAttachment({
- Key? key,
- required StreamMessageComposerAttachmentProps props,
Creates a default attachment container with the given props.
Implementation
const DefaultStreamMessageComposerAttachment({super.key, required this.props});