attachmentBuilders property

List<StreamAttachmentWidgetBuilder>? attachmentBuilders
final

List of attachment builders for rendering attachment widgets pre-defined and custom attachment types.

If null, the widget will create a default list of attachment builders based on the Attachment.type of the attachment.

Implementation

final List<StreamAttachmentWidgetBuilder>? attachmentBuilders;