add reaction_bubble_test

This commit is contained in:
Salvatore Giordano
2020-10-16 14:12:57 +02:00
parent b0ad9c673e
commit 084e5eedbb
4 changed files with 96 additions and 11 deletions
+2 -2
View File
@@ -142,7 +142,7 @@ class StreamChatThemeData {
Widget Function(BuildContext, Channel) defaultChannelImage,
Widget Function(BuildContext, User) defaultUserImage,
IconThemeData primaryIconTheme,
List<ReactionIcon> reactionAssets,
List<ReactionIcon> reactionIcons,
}) =>
StreamChatThemeData(
primaryColor: primaryColor ?? this.primaryColor,
@@ -211,7 +211,7 @@ class StreamChatThemeData {
this.otherMessageTheme.avatarTheme,
) ??
this.otherMessageTheme,
reactionIcons: reactionAssets ?? this.reactionIcons,
reactionIcons: reactionIcons ?? this.reactionIcons,
);
/// Get the default Stream Chat theme