Update packages/stream_chat_flutter/lib/src/message_widget.dart

Co-authored-by: Salvatore Giordano <[email protected]>
This commit is contained in:
Deven Joshi
2021-07-27 15:03:19 +05:30
committed by GitHub
co-authored by Salvatore Giordano
parent 4de68ba6cc
commit 6cd80a7382
@@ -277,10 +277,10 @@ class MessageWidget extends StatefulWidget {
/// Function called on long press
final void Function(BuildContext, Message)? onMessageActions;
/// Widget builder for building a bottom row below the message when deleted
/// Widget builder for building a bottom row below the message
final Widget Function(BuildContext, Message)? bottomRowBuilder;
/// Widget builder for building a bottom row below the message when deleted
/// Widget builder for building a bottom row below a deleted message
final Widget Function(BuildContext, Message)? deletedBottomRowBuilder;
/// Widget builder for building user avatar