MessageInputMediaAttachments constructor
const
MessageInputMediaAttachments({
- Key? key,
- required List<
Attachment> attachments, - AttachmentItemBuilder? attachmentBuilder,
- ValueSetter<
Attachment> ? onRemovePressed,
Creates a new MediaAttachments widget.
Implementation
const MessageInputMediaAttachments({
super.key,
required this.attachments,
this.attachmentBuilder,
this.onRemovePressed,
});