feat: Exposed customAttachmentBuilders through MessageListView

This commit is contained in:
Deven Joshi
2021-02-24 17:10:09 +05:30
parent 6b553a026b
commit 3d83808a59
@@ -205,6 +205,7 @@ class MessageListView extends StatefulWidget {
final ErrorBuilder errorWidgetBuilder;
/// Attachment builders for the default message widget
/// Please change this in the [MessageWidget] if you are using a custom implementation
final Map<String, AttachmentBuilder> customAttachmentBuilders;
@override