attachmentListBuilder property

AttachmentListBuilder? attachmentListBuilder
final

Builder used to build the attachment list present in the message input.

In case you want to customize only sub-parts of the attachment list, consider using fileAttachmentListBuilder, mediaAttachmentListBuilder.

Implementation

final AttachmentListBuilder? attachmentListBuilder;