add default user image to theme

This commit is contained in:
Salvatore Giordano
2020-04-23 15:26:55 +02:00
parent 019d0aded8
commit 3d40193f9a
4 changed files with 14 additions and 8 deletions
+1
View File
@@ -115,6 +115,7 @@ class StreamChatState extends State<StreamChat>
final theme = defaultTheme.copyWith(
primaryColor: themeData?.primaryColor,
defaultChannelImage: themeData?.defaultChannelImage,
defaultUserImage: themeData?.defaultUserImage,
channelTheme: defaultTheme.channelTheme.copyWith(
channelHeaderTheme:
defaultTheme.channelTheme.channelHeaderTheme.copyWith(