Skip to content

Commit

Permalink
Update chat.dart
Browse files Browse the repository at this point in the history
Changed the definition for the bubbleBuilder.  It now has a defaultBubbleMessage which is the original message.
  • Loading branch information
asoap authored Jan 30, 2024
1 parent bef60ab commit d537f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widgets/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class Chat extends StatefulWidget {
Widget child, {
required types.Message message,
required bool nextMessageInGroup,
required Widget defaultBubbleMessage,
})? bubbleBuilder;

/// See [Message.bubbleRtlAlignment].
Expand Down

0 comments on commit d537f22

Please sign in to comment.