feat: Changed sending indicator icons to svg icons

This commit is contained in:
Deven Joshi
2021-01-06 18:33:31 +05:30
parent c9ee6bfb25
commit ee0cdf567b
5 changed files with 36 additions and 21 deletions
+1 -2
View File
@@ -104,8 +104,7 @@ class ChannelPreview extends StatelessWidget {
message: channel.state.lastMessage,
size: StreamChatTheme.of(context)
.channelPreviewTheme
.lastMessageAt
.fontSize,
.indicatorIconSize,
isMessageRead: channel.state.read
?.where((element) =>
element.user.id !=