feat(ui): added backgroundColor property to the various header widgets

Also updated CHANGELOG.md
This commit is contained in:
groovinchip
2021-08-06 11:39:51 -04:00
parent 8585456edd
commit 91c0a7031a
5 changed files with 23 additions and 4 deletions
@@ -4,6 +4,7 @@
- [#516](https://github.com/GetStream/stream-chat-flutter/issues/516): Added `StreamChatThemeData.placeholderUserImage` for
building a widget when the `UserAvatar` image is loading
- Added a `backgroundColor` property to the various header widgets
🔄 Changed