From c169b887af526f4d097e8fc5bf2dc7bc004b6e7d Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Thu, 24 Jun 2021 18:24:56 +0530 Subject: [PATCH] add docs Signed-off-by: Sahil Kumar --- packages/stream_chat_flutter/lib/src/message_list_view.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/stream_chat_flutter/lib/src/message_list_view.dart b/packages/stream_chat_flutter/lib/src/message_list_view.dart index 3194827d..85c441cd 100644 --- a/packages/stream_chat_flutter/lib/src/message_list_view.dart +++ b/packages/stream_chat_flutter/lib/src/message_list_view.dart @@ -238,10 +238,10 @@ class MessageListView extends StatefulWidget { /// Function called when messages are fetched final Widget Function(BuildContext, List)? messageListBuilder; - /// + /// Function used to build a header widget final WidgetBuilder? headerBuilder; - /// + /// Function used to build a footer widget final WidgetBuilder? footerBuilder; /// Function used to build a loading widget