feat(ui): add support for StreamMessageListView.shrinkWrap.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-05-03 15:53:30 +05:30
committed by xsahil03x
parent b4413be47d
commit fbf9191795
2 changed files with 12 additions and 0 deletions
@@ -52,6 +52,8 @@
),
```
- Added `StreamMessageListView.shrinkWrap` to allow users to shrink wrap the message list view.
🔄 Changed
- Deprecated `MessageTheme.linkBackgroundColor` in favor of `MessageTheme.urlAttachmentBackgroundColor`.